Uses of Interface
com.sshtools.common.events.EventListener
Packages that use EventListener
-
Uses of EventListener in com.sshtools.common.events
Fields in com.sshtools.common.events with type parameters of type EventListenerModifier and TypeFieldDescriptionprotected Collection<EventListener>EventServiceImplementation.globalListenersMethods in com.sshtools.common.events with parameters of type EventListenerModifier and TypeMethodDescriptionvoidEventService.addListener(EventListener listener) Add an EventListener to the list of objects that will be sent Events.voidEventServiceImplementation.addListener(EventListener listener) voidEventService.removeListener(EventListener listener) Remove an EventListenervoidEventServiceImplementation.removeListener(EventListener listener) -
Uses of EventListener in com.sshtools.common.ssh
Methods in com.sshtools.common.ssh with parameters of type EventListenerModifier and TypeMethodDescriptionvoidSshConnection.addEventListener(EventListener listener) voidSshConnection.removeEventListener(EventListener listener)