Interface EventFilter

    • Method Detail

      • shouldSend

        boolean shouldSend​(EventType event,
                           ExtensionPoint<?> extensionPoint,
                           Extension<?> extension)
        Determine if the event should be sent to the event handler or not.
        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:
        TRUE to send the event to the event handler, or FALSE otherwise