Package org.loboevolution.events
Interface EventListener<E extends Event>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
EventListener interface.
-
Method Summary
-
Method Details
-
handleEvent
handleEvent.
- Parameters:
evt
- a E object.
-