E - The matchee typepublic 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 and 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 © 2018. All rights reserved.