package

com.atlassian.jira.event.issue

Interfaces

IssueEventListener The IssueEventListener is the main Listener within JIRA. 

Classes

AbstractIssueEventListener Subclasses of IssueEventListener can now override relevant functions in the interface as opposed to having to provide a dummy implementation for all methods. 
EventUtils  
IssueEvent Basic representation of something that happens to an Issue, such as a modification or comment. 
IssueEventDispatcher  
IssueEventListenerHandler Used to invoke legacy issue events within atlassian-events. 
IssueEventSource