JXTA

net.jxta.instantp2p.util
Interface ProgressReporter

All Known Implementing Classes:
RemoteContentTab

public interface ProgressReporter

Classes that are interested to report some progress (in textual form) can implement this interface


Method Summary
 void reportProgress(java.lang.String progress, double percentage)
          Method that is called if some progress is to be reported
 

Method Detail

reportProgress

public void reportProgress(java.lang.String progress,
                           double percentage)
Method that is called if some progress is to be reported
Parameters:
progress - the progress to report
percentage - the percentage completete, if applicable. If not applicable it is -1

JXTA