Package org.reldb.toolbox.events
Interface EventListener<Event>
- Type Parameters:
Event
- The event type.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A generic listener lambda for use with EventHandler.
-
Method Summary
-
Method Details
-
notify
Send a notification to a listener.- Parameters:
event
- The notification being sent.
-