com.mindbright.ssh2
Interface SSH2SFTP.AsyncListener

All Known Implementing Classes:
SSH2SFTPTransfer, SSH2SimpleSFTPShell.ProgressBar
Enclosing class:
SSH2SFTP

public static interface SSH2SFTP.AsyncListener

An interface implemented by FTP controllers which want progress reports.


Method Summary
 void progress(long size)
          Gets called periodically during the file transfer.
 

Method Detail

progress

void progress(long size)
Gets called periodically during the file transfer.

Parameters:
size - How many bytes have been transferred since the last call to this function.