com.mindbright.util
Interface Progress

All Known Subinterfaces:
SSHFileTransferProgress
All Known Implementing Classes:
ProgressBar, SSHFileTransferGUIThreadAWT, SSHFileTransferGUIThreadSwing, SSHSCPStdoutProgress

public interface Progress

Interface for entities interested in following progress


Method Summary
 void progress(long value)
          Called to report the current progress.
 

Method Detail

progress

void progress(long value)
Called to report the current progress.

Parameters:
value - the current progress. The range of possible values depends on the class reporting the progress.