com.mindbright.sshcommon
Interface SSHFileTransferProgress

All Superinterfaces:
Progress
All Known Implementing Classes:
SSHFileTransferGUIThread, SSHSCPStdoutProgress

public interface SSHFileTransferProgress
extends Progress


Method Summary
 void endDir()
           
 void endFile()
           
 void startDir(java.lang.String file)
           
 void startFile(java.lang.String file, long size)
           
 
Methods inherited from interface com.mindbright.util.Progress
progress
 

Method Detail

startFile

public void startFile(java.lang.String file,
                      long size)

startDir

public void startDir(java.lang.String file)

endFile

public void endFile()

endDir

public void endDir()