Class InboxRemovedEvent

All Implemented Interfaces:
Event

@NonNullByDefault public class InboxRemovedEvent extends AbstractInboxEvent
An InboxRemovedEvent notifies subscribers that a discovery result has been removed from the inbox. Inbox removed events must be created with the InboxEventFactory.
Author:
Stefan Bußweiler - Initial contribution
  • Field Details Link icon

    • TYPE Link icon

      public static final String TYPE
      The inbox removed event type.
  • Method Details Link icon

    • getType Link icon

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

      public String toString()
      Overrides:
      toString in class Object