Interface ServerThreadChannelChangeTotalMessageSentListener
-
- All Superinterfaces:
GloballyAttachableListener,ObjectAttachableListener,PrivateChannelAttachableListener,ServerAttachableListener,ServerTextChannelAttachableListener,ServerThreadChannelAttachableListener,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 ServerThreadChannelChangeTotalMessageSentListener extends ServerThreadChannelAttachableListener, ServerAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to server thread channel total messages change events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServerThreadChannelChangeTotalMessageSent(ServerThreadChannelChangeTotalMessageSentEvent event)This method is called every time a server thread's total messages changes.
-
-
-
Method Detail
-
onServerThreadChannelChangeTotalMessageSent
void onServerThreadChannelChangeTotalMessageSent(ServerThreadChannelChangeTotalMessageSentEvent event)
This method is called every time a server thread's total messages changes.- Parameters:
event- The event.
-
-