com.atlassian.jira.event
Interface JiraEvent

All Known Implementing Classes:
AbstractEvent, IssueEvent, UserEvent

public interface JiraEvent

The base event class for all events fired within JIRA.

See Also:
IssueEvent, UserEvent

Method Summary
 Map 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


getParams

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



Copyright © 2002-2008 Atlassian. All Rights Reserved.