|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ToolProgressMonitor
Listener for progress of long running operations.
| Method Summary | |
|---|---|
boolean |
isCanceled()
Is tool canceled?. |
void |
log(java.lang.String message)
Notification about some progress information. |
void |
operation(java.lang.String message)
Notification change of operation. |
void |
progress(int progress)
Notification about progress. |
void |
setVerbose(boolean verbose)
Be verbose? |
| Method Detail |
|---|
void operation(java.lang.String message)
message - human readable description of current operationvoid log(java.lang.String message)
message - human readable message about progressvoid progress(int progress)
progress - progress (0-1000)boolean isCanceled()
void setVerbose(boolean verbose)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||