|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A ProgressListener can be added to a ProgressThread to be notified about the progress status of the operation
| Method Summary | |
|---|---|
void |
progressCancelled()
Notification that the operation has been cancelled before finishing |
void |
progressElapsed(int i)
The part of te operation elapsed so far |
void |
progressFinished()
Notification htat the operation has been finished |
void |
progressStarted()
Notification about the start of the operation |
void |
progressTotal(int i)
The total length of the operation |
| Method Detail |
|---|
void progressCancelled()
void progressElapsed(int i)
i - The length of the part of the operation elapsed so far. The
unit to use for this value is free defineablevoid progressFinished()
void progressStarted()
void progressTotal(int i)
i - The length, the operation will take. The unit to use for this
value is free defineable. If the total length of the operation can not
be specified, -1 will be returned to indicate "unknown".
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||