Package jj2000.j2k.util
Interface ProgressWatch
public interface ProgressWatch
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitProgressWatch(int min, int max, String info) Initialize the progress watching processvoidTerminate the progress watch processvoidupdateProgressWatch(int val, String info) Update the progress watching process to the specified value
-
Method Details
-
initProgressWatch
Initialize the progress watching process -
updateProgressWatch
Update the progress watching process to the specified value -
terminateProgressWatch
void terminateProgressWatch()Terminate the progress watch process
-