Class AbstractEventMatcher<E extends Event<?>>
java.lang.Object
org.refcodes.observer.AbstractEventMatcher<E>
- Type Parameters:
E- The matchee type.
- All Implemented Interfaces:
Matchable<E>, Matcher<E>, AliasAccessor, EventMatcher<E>, Diagnosable, Schemable<DiagnosticOptions>
- Direct Known Subclasses:
ActionEqualWithEventMatcher, AliasEqualWithEventMatcher, CatchAllEventMatcher, CatchNoneEventMatcher, ChannelEqualWithEventMatcher, GroupEqualWithEventMatcher, PublisherTypeOfEventMatcher, UniversalIdEqualWithEventMatcher
public abstract class AbstractEventMatcher<E extends Event<?>>
extends Object
implements EventMatcher<E>
Abstract implementation of an
EventMatcher type.-
Nested Class Summary
Nested classes/interfaces inherited from interface AliasAccessor
AliasAccessor.AliasBuilder<B>, AliasAccessor.AliasMutator, AliasAccessor.AliasProperty -
Constructor Summary
ConstructorsConstructorDescriptionAbstractEventMatcher(String aAlias, String aDescription) Constructs theEventMatcherinstance with the given alias (action) and description. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EventMatcher
isMatching
-
Constructor Details
-
AbstractEventMatcher
Constructs theEventMatcherinstance with the given alias (action) and description.- Parameters:
aAlias- the aliasaDescription- the description
-
-
Method Details
-
getAlias
-
toSchema
-