Interface ReactionRemoveAllListener
-
- All Superinterfaces:
GloballyAttachableListener,MessageAttachableListener,ObjectAttachableListener,PrivateChannelAttachableListener,ServerAttachableListener,ServerTextChannelAttachableListener,TextChannelAttachableListener
- 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 ReactionRemoveAllListener extends ServerAttachableListener, TextChannelAttachableListener, MessageAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to all reaction being deleted at once.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonReactionRemoveAll(ReactionRemoveAllEvent event)This method is called every time all reactions were removed from a message.
-
-
-
Method Detail
-
onReactionRemoveAll
void onReactionRemoveAll(ReactionRemoveAllEvent event)
This method is called every time all reactions were removed from a message.- Parameters:
event- The event.
-
-