Event types

Top  Previous  Next

The Scp class is the source for several SCP related events.  All events may be captured by registering your class as a listener by implementing the ScpEventListener class.  These events are described below.

 

Event

Description

ScpConnectedEvent

The ScpConnectedEvent is published once a connection to the server has been established. See JavaDoc for details on this event.

ScpDisconnectedEvent

The ScpDisconnectedEvent is published once the connection to the server has been released. See JavaDoc for details on this event.

ScpFileDownloadEvent

The ScpFileDownloadEvent is published for each file downloaded from the server. See JavaDoc for details on this event.

ScpFileUploadEvent

The ScpFileUploadEvent is published for each file uploaded to the server. See JavaDoc for details on this event.

ScpTransferProgressEvent

The ScpTransferProgressEvent is published one or more times during the transfer of files to / from the server. See JavaDoc for details on this event.

 

 





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC