|
Secure FTP Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScpEventListener
Scp event listener.
Method Summary | |
---|---|
void |
connected(ScpConnectedEvent event)
Informs listener about Scp connection. |
void |
disconnected(ScpDisconnectedEvent event)
Informs listener about Scp disconnect. |
void |
download(ScpFileDownloadedEvent event)
Informs listener about file download. |
void |
progress(ScpTransferProgressEvent event)
Informs listener about transfer progress. |
void |
upload(ScpFileUploadedEvent event)
Informs listener about file upload. |
Method Detail |
---|
void connected(ScpConnectedEvent event)
event
- event instancevoid disconnected(ScpDisconnectedEvent event)
event
- event instancevoid download(ScpFileDownloadedEvent event)
event
- event instancevoid upload(ScpFileUploadedEvent event)
event
- event instancevoid progress(ScpTransferProgressEvent event)
event
- event instance
|
Secure FTP Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |