Package io.atomix.utils.event
Interface EventListener<E extends Event>
- All Superinterfaces:
EventFilter<E>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Entity capable of receiving events.
-
Method Summary
Methods inherited from interface io.atomix.utils.event.EventFilter
isRelevant
-
Method Details
-
event
Reacts to the specified event.- Parameters:
event- event to be processed
-