com.atlassian.jira.event
Interface JiraEvent

All Known Implementing Classes:
AbstractEvent, ApplicationPropertyChangeEvent, DashboardViewEvent, IssueEvent, IssueSearchEvent, IssueViewEvent, LoginEvent, LogoutEvent, ProjectCreatedEvent, UserEvent

public interface JiraEvent

The base event class for all events fired within JIRA.

See Also:
IssueEvent, UserEvent

Method Summary
 Map<String,Object> getParams()
          A map of parameters which can be used to pass data to a Listener
 Date getTime()
          The time the event was created
 

Method Detail

getTime

Date getTime()
The time the event was created

Returns:
time of the event

getParams

Map<String,Object> getParams()
A map of parameters which can be used to pass data to a Listener

Returns:
event parameters


Copyright © 2002-2012 Atlassian. All Rights Reserved.