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

java.lang.Object
org.refcodes.observer.GroupEqualWithEventMatcher<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 GroupEqualWithEventMatcher<E extends GenericMetaDataEvent<?,?>> extends Object implements EventMatcher<E>
Matches the given group with the group stored in an event's meta data (GROUP EQUAL WITH).
  • Constructor Details

    • GroupEqualWithEventMatcher

      public GroupEqualWithEventMatcher(String aGroup)
      Instantiates a new group equal with matcher impl.
      Parameters:
      aGroup - the group
  • Method Details