Package com.sshtools.common.events
Interface EventListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to be implemented by classes interested in receiving
events.
Listeners should be registered by using EventService#addListener(EventListener).
-
Method Summary
-
Method Details
-
processEvent
Invoked when an event occurs.- Parameters:
evt- event
-