E - The matchee typepublic interface MetaDataEventMatcher<E extends MetaDataEvent<?>> extends EventMatcher<E>
Matcher interface for the usage with
MetaDataEvent instances. An EventMatcher most commonly uses
the EventMetaData (as defined with the MetaDataEvent) in
order to determine whether an ActionEvent 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 MetaDataEvent<?>>isMatching in interface org.refcodes.matcher.Matcher<E extends MetaDataEvent<?>>aEvent - The event used for testing its matchability.Copyright © 2017. All rights reserved.