Uses of Class
com.sshtools.common.events.Event
Packages that use Event
Package
Description
-
Uses of Event in com.sshtools.common.events
Methods in com.sshtools.common.events that return EventModifier and TypeMethodDescriptionEvent.addAttribute(String key, Object value) Add an attribute to the eventMethods in com.sshtools.common.events with parameters of type EventModifier and TypeMethodDescriptionvoidFire an Event at all EventListeners that have registered an interest in events.voidSend an SSH Event to each registered listenervoidvoidEventListener.processEvent(Event evt) Invoked when an event occurs. -
Uses of Event in com.sshtools.common.files
Methods in com.sshtools.common.files that return EventModifier and TypeMethodDescriptiondefault EventAbstractFileFactory.populateEvent(Event evt) ReadOnlyFileFactory.populateEvent(Event evt) Methods in com.sshtools.common.files with parameters of type EventModifier and TypeMethodDescriptiondefault EventAbstractFileFactory.populateEvent(Event evt) ReadOnlyFileFactory.populateEvent(Event evt) -
Uses of Event in com.sshtools.common.files.direct
Methods in com.sshtools.common.files.direct that return EventMethods in com.sshtools.common.files.direct with parameters of type Event -
Uses of Event in com.sshtools.common.sftp
Methods in com.sshtools.common.sftp with parameters of type EventModifier and TypeMethodDescriptionvoidvoidAbstractFileSystem.populateEvent(Event evt) voidOpenFile.processEvent(Event evt) -
Uses of Event in com.sshtools.common.sftp.files
Methods in com.sshtools.common.sftp.files with parameters of type EventModifier and TypeMethodDescriptionvoidPseduoRandomOpenFile.processEvent(Event evt) voidRandomAccessOpenFile.processEvent(Event evt)