Class ItemChannelLinkRemovedEvent

All Implemented Interfaces:
Event

@NonNullByDefault public class ItemChannelLinkRemovedEvent extends AbstractItemChannelLinkRegistryEvent
An ItemChannelLinkRemovedEvent notifies subscribers that an item channel link has been removed. Events must be created with the LinkEventFactory.
Author:
Dennis Nobel - Initial contribution
  • Field Details

    • TYPE

      public static final String TYPE
      The link removed event type.
  • Constructor Details

  • Method Details

    • getType

      public String getType()
      Description copied from interface: Event
      Gets the event type.
      Returns:
      the event type
    • toString

      public String toString()
      Overrides:
      toString in class Object