|
Secure FTP Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void connected(ScpConnectedEvent event)
event - event instancepublic void disconnected(ScpDisconnectedEvent event)
event - event instancepublic void download(ScpFileDownloadedEvent event)
event - event instancepublic void upload(ScpFileUploadedEvent event)
event - event instancepublic void 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 | ||||||||||