package

com.atlassian.jira.event

Interfaces

JiraEvent The base event class for all events fired within JIRA. 
JiraListener The basic interface that all Listeners must implement. 
ListenerManager Responsible for maintaining a event listeners. 

Classes

AbstractEvent An abstract implementation of a JiraEvent  
ClearCacheEvent Thrown when JIRA should clear and reinit all of its caches. 
DefaultListenerManager  
JiraListenerHandlerConfigurationImpl Provides the listener handlers for atlassian-events that JIRA requires. 
ListenerFactory The base factory used to create Listeners. 
SubvertedListenerManager  

Exceptions

ListenerException The exception that should be thrown for all errors within Listeners.