public interface ProgressWatch
Modifier and Type | Method and Description |
---|---|
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
|
void initProgressWatch(int min, int max, java.lang.String info)
void updateProgressWatch(int val, java.lang.String info)
void terminateProgressWatch()
Copyright © 2014 Open Microscopy Environment