Class ItemChannelLinkAddedEvent

All Implemented Interfaces:
Event

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

    • TYPE

      public static final String TYPE
      The link added 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