Interface ServerThreadChannelUpdateListener
-
- 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 ServerThreadChannelUpdateListener extends ServerAttachableListener, ServerThreadChannelAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to thread updates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonThreadUpdate(ThreadUpdateEvent event)This method is called every time a thread is updated.
-
-
-
Method Detail
-
onThreadUpdate
void onThreadUpdate(ThreadUpdateEvent event)
This method is called every time a thread is updated.- Parameters:
event- The event.
-
-