public class UserLogoutEvent extends AdminEvent
Event.NonVetoable
Constructor and Description |
---|
UserLogoutEvent(IEventListener source)
Creates a new user event.
|
Modifier and Type | Method and Description |
---|---|
long |
getLoggedOutUserId()
Gets the user id who is just logged out
|
void |
setLoggedOutUserId(long loggedOutUserId)
Sets the user id of the newly logged out user.
|
getLogin, getUserId, setLogin, setUserId
public UserLogoutEvent(IEventListener source)
source
- The event sourcepublic long getLoggedOutUserId()
public void setLoggedOutUserId(long loggedOutUserId)
loggedInUserId
- The new loggedOutUserIdBuilt on April 12 2018