E - The matchee typeEventMatcher<E>, org.refcodes.matcher.Matcher<E>public interface MetaDataEventMatcher<E extends GenericMetaDataEvent<?,?>> extends EventMatcher<E>
Matcher interface for the usage with
GenericMetaDataEvent instances. An EventMatcher most commonly
uses the EventMetaData (as defined with the
GenericMetaDataEvent) in order to determine whether an
GenericActionEvent matches EventMetaData properties or not.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isMatching(E aEvent) |
Tests whether the given event is matching the mathcer's criteria.
|
boolean isMatching(E aEvent)
isMatching in interface EventMatcher<E extends GenericMetaDataEvent<?,?>>isMatching in interface org.refcodes.matcher.Matcher<E extends GenericMetaDataEvent<?,?>>aEvent - The event used for testing its matchability.Copyright © 2021. All rights reserved.