Package org.javacord.api.event.user
Interface UserChangeActivityEvent
-
- All Superinterfaces:
Event,OptionalUserEvent
public interface UserChangeActivityEvent extends OptionalUserEvent
A user change activity event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Activity>getNewActivity()Gets the new activity of the user.Optional<Activity>getOldActivity()Gets the old activity of the user.-
Methods inherited from interface org.javacord.api.event.user.OptionalUserEvent
getUser, getUserId, getUserIdAsString, requestUser
-
-