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