ucar.jpeg.jj2000.j2k.util
Interface ProgressWatch


public interface ProgressWatch


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

Method Detail

initProgressWatch

void initProgressWatch(int min,
                       int max,
                       String info)
Initialize the progress watching process


updateProgressWatch

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


terminateProgressWatch

void terminateProgressWatch()
Terminate the progress watch process



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.