Class UniversalIdEqualWithEventMatcher<E extends GenericMetaDataEvent<?,?>>

java.lang.Object
org.refcodes.observer.AbstractEventMatcher<E>
org.refcodes.observer.UniversalIdEqualWithEventMatcher<E>
Type Parameters:
E - THe matchee type.
All Implemented Interfaces:
org.refcodes.matcher.Matchable<E>, org.refcodes.matcher.Matcher<E>, org.refcodes.mixin.AliasAccessor, org.refcodes.mixin.Schemable<org.refcodes.matcher.MatcherSchema>, EventMatcher<E>

public class UniversalIdEqualWithEventMatcher<E extends GenericMetaDataEvent<?,?>> extends AbstractEventMatcher<E> implements EventMatcher<E>
Matches the given universal ID with the universal ID stored in an event's meta data (UNIVERSAL ID EQUAL WITH).
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.refcodes.mixin.AliasAccessor

    org.refcodes.mixin.AliasAccessor.AliasBuilder<B extends org.refcodes.mixin.AliasAccessor.AliasBuilder<B>>, org.refcodes.mixin.AliasAccessor.AliasMutator, org.refcodes.mixin.AliasAccessor.AliasProperty
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new Universal-ID equal with matcher impl.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isMatching(E aEvent)
    Tests whether the given GenericActionEvent is matching the Matcher's criteria.
    org.refcodes.matcher.MatcherSchema

    Methods inherited from class org.refcodes.observer.AbstractEventMatcher

    getAlias

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.refcodes.mixin.AliasAccessor

    getAlias