com.atlassian.jira.event
Interface JiraEvent

All Known Implementing Classes:
AbstractEvent

public interface JiraEvent

The base event class for all events fired within JIRA.

See Also:
IssueEvent, UserEvent

Method Summary
 java.util.Map getParams()
          A map of parameters which can be used to pass data to a Listener
 java.util.Date getTime()
          The time the event was created
 

Method Detail

getTime

public java.util.Date getTime()
The time the event was created


getParams

public java.util.Map getParams()
A map of parameters which can be used to pass data to a Listener