Interface EventListener
-
- All Known Implementing Classes:
TimestampEventListener,ValueIterableEventListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface EventListener
- Since:
- 3.0.0
- Author:
- Leon Chen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(Replicator replicator, Event event)
-
-
-
Method Detail
-
onEvent
void onEvent(Replicator replicator, Event event)
-
-