|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRunnableTask
Interface implemented by those tasks that can be background-executed, cancelled or any other thing.
| Method Summary | |
|---|---|
void |
cancel()
Cancels the current execution, if any, of this task. |
void |
execute()
Executes this task's operations. |
long |
getTaskTimeout()
Returns the timeout set to this task in milliseconds |
boolean |
isRunning()
Tells if the task is on execution. |
| Method Detail |
|---|
void cancel()
void execute()
long getTaskTimeout()
boolean isRunning()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||