| jj2000.j2k.util.ProgressWatch
ProgressWatch | public interface ProgressWatch (Code) | | |
initProgressWatch | public void initProgressWatch(int min, int max, String info)(Code) | | Initialize the progress watching process
|
terminateProgressWatch | public void terminateProgressWatch()(Code) | | Terminate the progress watch process
|
updateProgressWatch | public void updateProgressWatch(int val, String info)(Code) | | Update the progress watching process to the specified value
|
|
|