Interface ServerChannelChangeNsfwFlagListener
-
- All Superinterfaces:
ChannelCategoryAttachableListener,GloballyAttachableListener,ObjectAttachableListener,ServerAttachableListener,ServerTextChannelAttachableListener
- 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 ServerChannelChangeNsfwFlagListener extends ServerAttachableListener, ServerTextChannelAttachableListener, ChannelCategoryAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to server channel nsfw flag changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServerChannelChangeNsfwFlag(ServerChannelChangeNsfwFlagEvent event)This method is called every time a server channel's nsfw flag changes.
-
-
-
Method Detail
-
onServerChannelChangeNsfwFlag
void onServerChannelChangeNsfwFlag(ServerChannelChangeNsfwFlagEvent event)
This method is called every time a server channel's nsfw flag changes.- Parameters:
event- The event.
-
-