|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskProgressListener
Listener for task progress events.
| Method Summary | |
|---|---|
void |
progressReported(TaskProgressEvent event)
Called when task progress changes or possibly when other events occur -- that is, the receipt of a TaskProgressEvent does
not guarantee that progress has changed or even that progress is
available, and moreover no guarantees are made that a
TaskProgressEvent will be received even when progress
does change. |
| Method Detail |
|---|
void progressReported(TaskProgressEvent event)
TaskProgressEvent does
not guarantee that progress has changed or even that progress is
available, and moreover no guarantees are made that a
TaskProgressEvent will be received even when progress
does change.
The event given is valid only during the lifetime of the listener method invocation, and it should not be maintained outside this scope or used after the method completes; any attempt to do so will result in undefined behavior.
event - Valid only for the length of the method invocation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||