jj2000.j2k.util
Interface ProgressWatch


public interface ProgressWatch


Method Summary
 void initProgressWatch(int min, int max, java.lang.String info)
          Initialize the progress watching process
 void terminateProgressWatch()
          Terminate the progress watch process
 void updateProgressWatch(int val, java.lang.String info)
          Update the progress watching process to the specified value
 

Method Detail

initProgressWatch

public void initProgressWatch(int min,
                              int max,
                              java.lang.String info)
Initialize the progress watching process


updateProgressWatch

public void updateProgressWatch(int val,
                                java.lang.String info)
Update the progress watching process to the specified value


terminateProgressWatch

public void terminateProgressWatch()
Terminate the progress watch process