Interface MetaDataEventMatcher<E extends GenericMetaDataEvent<?,?>>

    • Method Detail

      • isMatching

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