|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jimi.core.util.StdoutProgressListener
Constructor Summary | |
StdoutProgressListener()
|
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. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public StdoutProgressListener()
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 |