Secure FTP Factory

com.jscape.inet.scp.events
Interface ScpEventListener


public interface ScpEventListener

Scp event listener.

Version:
1.0
Author:
Alex

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

connected

public void connected(ScpConnectedEvent event)
Informs listener about Scp connection.

Parameters:
event - event instance

disconnected

public void disconnected(ScpDisconnectedEvent event)
Informs listener about Scp disconnect.

Parameters:
event - event instance

download

public void download(ScpFileDownloadedEvent event)
Informs listener about file download.

Parameters:
event - event instance

upload

public void upload(ScpFileUploadedEvent event)
Informs listener about file upload.

Parameters:
event - event instance

progress

public void progress(ScpTransferProgressEvent event)
Informs listener about transfer progress.

Parameters:
event - event instance

Secure FTP Factory

Copyright JSCAPE 1999-2007 All Rights Reserved