|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProgressListener
Interface for time consuming tasks.
| Method Summary | |
|---|---|
void |
complete()
Notifies the listener that the task is complete. |
void |
setCompleted(int completed)
Sets the amount of work completed, in the range [0, #getTotal(). |
void |
setMessage(java.lang.String message)
An optional message to display to the user. |
void |
setTotal(int total)
Sets the total amount of work to do, on an arbitrary scale. |
| Method Detail |
|---|
void setTotal(int total)
void setCompleted(int completed)
#getTotal().
void complete()
void setMessage(java.lang.String message)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||