Interface ServerThreadChannelChangeRateLimitPerUserListener
-
- 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 ServerThreadChannelChangeRateLimitPerUserListener extends ServerThreadChannelAttachableListener, ServerAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to server thread channel rate limit per user changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServerThreadChannelChangeRateLimitPerUser(ServerThreadChannelChangeRateLimitPerUserEvent event)This method is called every time a server thread channel's rate limit per user changes.
-
-
-
Method Detail
-
onServerThreadChannelChangeRateLimitPerUser
void onServerThreadChannelChangeRateLimitPerUser(ServerThreadChannelChangeRateLimitPerUserEvent event)
This method is called every time a server thread channel's rate limit per user changes.- Parameters:
event- The event.
-
-