Uses of Class
org.refcodes.observer.AbstractEventMatcher
-
Uses of AbstractEventMatcher in org.refcodes.observer
Subclasses of AbstractEventMatcher in org.refcodes.observerModifier and TypeClassDescriptionclass
ActionEqualWithEventMatcher<E extends MetaDataActionEvent<?,
?, ?>> Matches the given action with the action stored in an event's meta data (ACTION EQUAL WITH).class
AliasEqualWithEventMatcher<E extends MetaDataEvent<?,
?>> Matches the given alias with the alias stored in an event's meta data (ALIAS EQUAL WITH).class
CatchAllEventMatcher<E extends MetaDataEvent<?,
?>> Catches all events, no matching is done (CATCH ALL).class
CatchNoneEventMatcher<E extends MetaDataEvent<?,
?>> Catches no events, no matching is done (CATCH NONE).class
ChannelEqualWithEventMatcher<E extends MetaDataEvent<?,
?>> Matches the given channel with the channel stored in an event's meta data (CHANNEL EQUAL WITH).class
GroupEqualWithEventMatcher<E extends MetaDataEvent<?,
?>> Matches the given group with the group stored in an event's meta data (GROUP EQUAL WITH).class
PublisherTypeOfEventMatcher<E extends MetaDataEvent<?,
?>, PT> Matches by event publisher type (EVENT PUBLISHER TYPE).class
UniversalIdEqualWithEventMatcher<E extends MetaDataEvent<?,
?>> Matches the given universal ID with the universal ID stored in an event's meta data (UNIVERSAL ID EQUAL WITH).