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