Class ChannelUpdateLockedEvent

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

public class ChannelUpdateLockedEvent extends GenericChannelUpdateEvent<Boolean>
Indicates that a Channel's locked state has been updated.

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

Limited to Thread Channels.

See Also:
  • Field Details

    • FIELD

      public static final ChannelField FIELD
    • IDENTIFIER

      public static final String IDENTIFIER
  • Constructor Details