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 Set<Activity>getNewActivities()Gets the new activities of the user.Set<Activity>getOldActivities()Gets the old activities of the user.-
Methods inherited from interface org.javacord.api.event.user.OptionalUserEvent
getUser, getUserId, getUserIdAsString, requestUser
-
-