Interface ReactionRemoveListener
-
- All Superinterfaces:
GloballyAttachableListener,MessageAttachableListener,ObjectAttachableListener,PrivateChannelAttachableListener,ServerAttachableListener,ServerTextChannelAttachableListener,TextChannelAttachableListener,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 ReactionRemoveListener extends ServerAttachableListener, UserAttachableListener, TextChannelAttachableListener, MessageAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to reaction deletions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonReactionRemove(ReactionRemoveEvent event)This method is called every time a reaction is removed from a message.
-
-
-
Method Detail
-
onReactionRemove
void onReactionRemove(ReactionRemoveEvent event)
This method is called every time a reaction is removed from a message.- Parameters:
event- The event.
-
-