Class ChannelUpdateParentEvent

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

public class ChannelUpdateParentEvent extends GenericChannelUpdateEvent<Category>
Indicates that a Channel's parent has been updated.

Can be used to retrieve the old parent and the new one.

Limited to Categorizable Channels (and implementations).

See Also:
  • Field Details

    • FIELD

      public static final ChannelField FIELD
    • IDENTIFIER

      public static final String IDENTIFIER
  • Constructor Details