public class UserAuthorityEvent
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Constructor and Description | 
|---|
UserAuthorityEvent(UserAuthority pAuthority)
Creates a user authority event for a particular user authority. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getTimestamp()
Returns the timestamp at which this event occurred. 
 | 
UserAuthority | 
getUserAuthority()
Returns the user authority that generated the event. 
 | 
public UserAuthorityEvent(UserAuthority pAuthority)
public long getTimestamp()
public UserAuthority getUserAuthority()