|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Task
An Arbitary task used to execute some code. Tasks can be queued up on a queue and executed when the queue is flushed
TaskQueue| Method Summary | |
|---|---|
void |
execute()
The execute method is used to invoke the task. |
| Method Detail |
|---|
void execute()
throws Exception
Exception - if the task fails to execute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||