|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - The return type of the task.public interface TaskListener<V>
Task listener interface.
| Method Summary | |
|---|---|
void |
executeFailed(Task<V> task)
Called when task execution has failed. |
void |
taskExecuted(Task<V> task)
Called when the task has completed successfully. |
| Method Detail |
|---|
void taskExecuted(Task<V> task)
task - The source of the task event.void executeFailed(Task<V> task)
task - The source of the task event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||