| Interface | Description | 
|---|---|
| JiraEvent | 
 The base event class for all events fired within JIRA. 
 | 
| JiraListener | 
 A JIRA-specific  
EventListener. | 
| ListenerManager | 
 Responsible for maintaining a event listeners. 
 | 
| ProjectRelatedEvent | 
 Common interface which should be implemented for all project related events. 
 | 
| Class | Description | 
|---|---|
| AbstractEvent | 
 An abstract implementation of a JiraEvent 
 | 
| AbstractProjectEvent | 
 Basic representation of something that happens to a  
Project, such as a modification. | 
| AbstractWorkflowEvent | 
 Author: jdoklovic 
 | 
| ClearCacheEvent | 
 Thrown when JIRA should clear and reinit all of its caches. 
 | 
| ComponentManagerShutdownEvent | 
 Raised when the ComponentManager is about to be shutdown 
 | 
| ComponentManagerStartedEvent | 
 Raised when the ComponentManager has started 
 | 
| DashboardViewEvent | 
 Published when the dashboard page is viewed. 
 | 
| DefaultListenerManager | |
| DraftWorkflowCreatedEvent | 
 Author: jdoklovic 
 | 
| DraftWorkflowDeletedEvent | 
 Author: jdoklovic 
 | 
| DraftWorkflowPublishedEvent | 
 Author: jdoklovic 
 | 
| DurationFormatChanged | 
 Event to be sent when the configuration for the default  
JiraDurationUtils.DurationFormatter
 has changed. | 
| EventListeners | 
 Utility class for operating on event listeners. 
 | 
| ExportEvent | 
 Fired after a successful issue list export. 
 | 
| HasEventListenerFor | 
 Hamcrest matcher that determines if a given class is capable of handling an event. 
 | 
| IndexRecoveryEnabledEvent | 
 Published when the index recovery setting is saved indicating if index recovery was enabled or disabled 
 | 
| JiraDelayedUpgradeCompletedEvent | Deprecated
 Use  
JiraUpgradeFinishedEvent instead. | 
| JiraEventExecutorFactory | 
 This is a thread pool for async events. 
 | 
| JiraListenerHandlerConfigurationImpl | 
 Provides the listener handlers for atlassian-events that JIRA requires. 
 | 
| JiraUpgradedEvent | 
 Raised when JIRA finishes the upgrade process. 
 | 
| ListenerFactory | 
 The base factory used to create Listeners. 
 | 
| MockEventPublisher | |
| ProjectCreatedEvent | 
 Event that is triggered when a project is created. 
 | 
| ProjectDeletedEvent | 
 Event that is triggered when a project is deleted. 
 | 
| ProjectUpdatedCategoryChangedEvent | 
 Event detailing when the association between a project and a category is changed. 
 | 
| ProjectUpdatedDetailedChangesEvent | 
 Event detailing which fields have changed when a project is updated 
 | 
| ProjectUpdatedEvent | 
 Event indicating a project has been updated 
 | 
| ProjectUpdatedKeyChangedEvent | 
 Event detailing changes in a project key. 
 | 
| ProjectUpdatedTypeChangedEvent | 
 Event detailing changes in a project's type. 
 | 
| ReplicationSettingsConfiguredEvent | 
 Published when an attachment stores configuration is changed 
 | 
| SubvertedListenerManager | 
 A Noop listener manager. 
 | 
| WorkflowCopiedEvent | 
 Author: jdoklovic 
 | 
| WorkflowCreatedEvent | 
 Event indicating a workflow has been created. 
 | 
| WorkflowDeletedEvent | 
 Author: jdoklovic 
 | 
| WorkflowImportedFromXmlEvent | 
 Event indicating a workflow has been imported via an XML file. 
 | 
| WorkflowRenamedEvent | |
| WorkflowUpdatedEvent | 
 Event indicating a workflow has been updated. 
 | 
| Exception | Description | 
|---|---|
| ListenerException | 
 The exception that should be thrown for all errors within Listeners. 
 | 
Copyright © 2002-2018 Atlassian. All Rights Reserved.