Class AllEventsFilter

  • All Implemented Interfaces:
    EventFilter

    public class AllEventsFilter
    extends Object
    implements EventFilter
    Event filter that passes all events.
    Version:
    2.8
    Author:
    nicklas
    Last modified
    $Date: 2008-09-11 22:08:14 +0200 (to, 11 sep 2008) $
    • Constructor Detail

      • AllEventsFilter

        public AllEventsFilter()
        Create a event type filter that passes all events.
    • Method Detail

      • shouldSend

        public boolean shouldSend​(EventType event,
                                  ExtensionPoint<?> extensionPoint,
                                  Extension<?> extension)
        Description copied from interface: EventFilter
        Determine if the event should be sent to the event handler or not.
        Specified by:
        shouldSend in interface EventFilter
        Parameters:
        event - The event that happend
        extensionPoint - The extension point that the extension extends, or that the event happened to
        extension - The extension the event happend to, or null if the event happended to the extension point
        Returns:
        Always TRUE