Interface EventMatcher

All Superinterfaces:
Serializable
All Known Subinterfaces:
EventMatchers.TargetIdEventMatcher
All Known Implementing Classes:
ImmutableEventMatchers.TargetIdEventMatcher

public interface EventMatcher extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Event event)
     
  • Method Details

    • matches

      boolean matches(Event event)