org.biffle.cliff.pearl
Interface ProgressListener


public interface ProgressListener

Implemented by objects that handle command-progress callbacks from PearlConnection.


Method Summary
 void progress(int current, int max)
          Sets a new progress level in relation to the max.
 

Method Detail

progress

public void progress(int current,
                     int max)
Sets a new progress level in relation to the max.