Interface EventHandler<E>
- Type Parameters:
E- the event type this handler processes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A handler for a specific event type.
-
Method Summary
-
Method Details
-
handle
-