Interface CachedMessageUnpinListener
-
- All Superinterfaces:
GloballyAttachableListener,GroupChannelAttachableListener,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 CachedMessageUnpinListener extends ServerAttachableListener, TextChannelAttachableListener, MessageAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to message unpins of cached messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCachedMessageUnpin(CachedMessageUnpinEvent event)This method is called every time a cached message gets unpinned.
-
-
-
Method Detail
-
onCachedMessageUnpin
void onCachedMessageUnpin(CachedMessageUnpinEvent event)
This method is called every time a cached message gets unpinned.- Parameters:
event- The event.
-
-