public interface EventFilter<E extends Event>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isRelevant(E event)
Indicates whether the specified event is of interest or not.
|
default boolean isRelevant(E event)
event - event to be inspected