Package com.sshtools.common.events
Interface EventListener
public interface EventListener
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
-