Package org.javacord.api.listener.user
Interface UserChangeTimeoutListener
-
- All Superinterfaces:
GloballyAttachableListener,ObjectAttachableListener,ServerAttachableListener,UserAttachableListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface UserChangeTimeoutListener extends ServerAttachableListener, UserAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to user timeout changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUserChangeTimeout(UserChangeTimeoutEvent event)This method is called every time a timeout of a user changed on a server.
-
-
-
Method Detail
-
onUserChangeTimeout
void onUserChangeTimeout(UserChangeTimeoutEvent event)
This method is called every time a timeout of a user changed on a server.- Parameters:
event- The event.
-
-