Interface EventHandler

    • Method Detail

      • getHandledEventTypes

        Set<EventType> getHandledEventTypes()
        Obtain the set of EventType's that this handler will handle.
        Returns:
        the set of EventType's handled by this handler. Ths value must not be null
      • getEventFilter

        default EventFilter getEventFilter()
        Obtain the EventFilter that any event must fulfill to be handled by this handler.
        Returns:
        the EventFilter to be fulfilled. This value must nor be null