Interface ServerThreadChannelChangeArchivedListener
-
- 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 ServerThreadChannelChangeArchivedListener extends ServerThreadChannelAttachableListener, ServerAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to server thread channel archived change events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServerThreadChannelChangeArchived(ServerThreadChannelChangeArchivedEvent event)This method is called every time a server thread's archived state changes.
-
-
-
Method Detail
-
onServerThreadChannelChangeArchived
void onServerThreadChannelChangeArchived(ServerThreadChannelChangeArchivedEvent event)
This method is called every time a server thread's archived state changes.- Parameters:
event- The event.
-
-