|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProgressObserver
Interface used to monitor things that can progress.
| Method Summary | |
|---|---|
void |
setMaximum(long value)
Update the maximum value. |
void |
setStatus(java.lang.String status)
Update the status label. |
void |
setValue(long value)
Update the progress value. |
| Method Detail |
|---|
void setValue(long value)
value - the new valuevoid setMaximum(long value)
value - the new maximum valuevoid setStatus(java.lang.String status)
status - the new status label
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||