Interface EventMatcher<E extends GenericEvent<?>>

    • Method Detail

      • isMatching

        boolean isMatching​(E aEvent)
        Tests whether the given GenericActionEvent is matching the Matcher's criteria.
        Specified by:
        isMatching in interface org.refcodes.matcher.Matcher<E extends GenericEvent<?>>
        Parameters:
        aEvent - The GenericActionEvent used for testing its matchability.
        Returns:
        True in case the GenericActionEvent matches the Matcher's criteria, else false.