Package org.javacord.api.event.user
Interface UserChangeStatusEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserStatusgetNewStatus()Gets the new status of the user.UserStatusgetOldStatus()Gets the old status of the user.
-
-
-
Method Detail
-
getOldStatus
UserStatus getOldStatus()
Gets the old status of the user.- Returns:
- The old status of the user.
-
getNewStatus
UserStatus getNewStatus()
Gets the new status of the user.- Returns:
- The new status of the user.
-
-