Class ChannelUpdateNSFWEvent

All Implemented Interfaces:
GenericEvent, UpdateEvent<Channel,Boolean>

public class ChannelUpdateNSFWEvent extends GenericChannelUpdateEvent<Boolean>
Indicates that a Channels nsfw state has been updated.

Can be used to retrieve the old nsfw state and the new one.

Limited to IAgeRestrictedChannels (and implementations).

See Also:
  • Field Details

    • FIELD

      public static ChannelField FIELD
    • IDENTIFIER

      public static final String IDENTIFIER
  • Constructor Details