Package org.javacord.api.listener.user
Interface UserChangeDeafenedListener
-
- 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 UserChangeDeafenedListener extends ServerAttachableListener, UserAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to user deafened changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUserChangeDeafened(UserChangeDeafenedEvent event)This method is called every time the deafened state of a user is changed on a server.
-
-
-
Method Detail
-
onUserChangeDeafened
void onUserChangeDeafened(UserChangeDeafenedEvent event)
This method is called every time the deafened state of a user is changed on a server.- Parameters:
event- The event.
-
-