|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for progress monitoring classes.
Method Summary | |
void |
setAbort()
Indicate that the operation has been aborted. |
void |
setAbort(java.lang.String reason)
Indicate that the operation has been aborted. |
void |
setFinished()
Indicate that the task being monitored has completed. |
void |
setProgressLevel(int progress)
Set the progress-level as a percentage. |
void |
setStarted()
Indicate that the task being monitored has begun. |
Method Detail |
public void setStarted()
public void setProgressLevel(int progress)
progress
- a number between 0 and 100 representing the current
level of progresspublic void setFinished()
public void setAbort()
public void setAbort(java.lang.String reason)
reason
- the reason the operation was aborted
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |