Package com.atlassian.jira.event
Class AbstractProjectEvent
java.lang.Object
com.atlassian.jira.event.AbstractEvent
com.atlassian.jira.event.AbstractProjectEvent
- All Implemented Interfaces:
JiraEvent,ProjectRelatedEvent
- Direct Known Subclasses:
AbstractArchivingEvent,ProjectCreatedEvent,ProjectDeletedEvent,ProjectUpdatedEvent
@PublicApi
public abstract class AbstractProjectEvent
extends AbstractEvent
implements ProjectRelatedEvent
Basic representation of something that happens to a
Project, such as a modification. Event listeners
register to receive these.- Since:
- v6.1
-
Field Summary
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.event.AbstractEvent
getParams, getTime
-
Constructor Details
-
AbstractProjectEvent
-
-
Method Details
-
getProject
- Specified by:
getProjectin interfaceProjectRelatedEvent
-
getUser
Returns the user who initiated this event.- Returns:
- the user who initiated this event.
-
equals
Note: this will not compare the time stamps of two events - only everything else.- Overrides:
equalsin classAbstractEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractEvent
-