public class UserEvent extends AbstractEvent
params, time
Constructor and Description |
---|
UserEvent(ApplicationUser user,
int eventType) |
UserEvent(Map<String,Object> params,
ApplicationUser user,
int eventType) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
ApplicationUser |
getInitiatingUser()
Returns the user who triggered the event.
|
ApplicationUser |
getUser()
Returns the user that the event is occurring on.
|
equals, getParams, getTime, hashCode
public UserEvent(ApplicationUser user, int eventType)
user
- The user this event refers topublic UserEvent(Map<String,Object> params, ApplicationUser user, int eventType)
params
- Parameters retrieved by the Listeneruser
- The user this event refers topublic ApplicationUser getUser()
public ApplicationUser getInitiatingUser()
public int getEventType()
Copyright © 2002-2015 Atlassian. All Rights Reserved.