Class ActionEqualWithEventMatcher<E extends GenericActionMetaDataEvent<?,?,?>>

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

public class ActionEqualWithEventMatcher<E extends GenericActionMetaDataEvent<?,?,?>> extends Object implements EventMatcher<E>
Matches the given action with the action stored in an event's meta data (ACTION EQUAL WITH).
  • Constructor Details

    • ActionEqualWithEventMatcher

      public ActionEqualWithEventMatcher(A aAction)
      Instantiates a new action equal with matcher impl.
      Type Parameters:
      A - the generic type
      Parameters:
      aAction - the action
  • Method Details