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, setUserIdpublic UserLogoutEvent(IEventListener source)
source - The event sourcepublic long getLoggedOutUserId()
public void setLoggedOutUserId(long loggedOutUserId)
loggedInUserId - The new loggedOutUserIdBuilt on July 29 2025