Interface ServerPrivateThreadJoinListener
-
- 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 ServerPrivateThreadJoinListener extends ServerThreadChannelAttachableListener, ServerAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to private thread joins.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServerPrivateThreadJoin(ServerPrivateThreadJoinEvent event)This method is called every time you (the bot) joins a server thread channel.
-
-
-
Method Detail
-
onServerPrivateThreadJoin
void onServerPrivateThreadJoin(ServerPrivateThreadJoinEvent event)
This method is called every time you (the bot) joins a server thread channel.- Parameters:
event- The event.
-
-