@PublicApi public abstract class AbstractProjectEvent extends AbstractEvent implements ProjectRelatedEvent
Project, such as a modification. Event listeners
register to receive these.params, time| Constructor and Description |
|---|
AbstractProjectEvent(ApplicationUser user,
Project project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Note: this will not compare the time stamps of two events - only everything else.
|
Project |
getProject() |
ApplicationUser |
getUser()
Returns the user who initiated this event.
|
int |
hashCode() |
getParams, getTime@Internal public AbstractProjectEvent(@Nullable ApplicationUser user, @Nonnull Project project)
@Nonnull public Project getProject()
getProject in interface ProjectRelatedEvent@Nullable public ApplicationUser getUser()
public boolean equals(Object o)
equals in class AbstractEventpublic int hashCode()
hashCode in class AbstractEventCopyright © 2002-2017 Atlassian. All Rights Reserved.