Interface EventListenerService

    • Method Detail

      • canHandle

        boolean canHandle​(Event event)
        Whether or not this listener can handle the specified event.
        Parameters:
        event - the event to be handled
        Returns:
        true if this listener can handle the specified event, false otherwise