public interface CancelTask
| Modifier and Type | Interface and Description |
|---|---|
static class |
CancelTask.CancelTaskImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Application asks to cancel the task.
|
static CancelTask |
create() |
boolean |
isCancel()
Called routine checks to see if task was cancelled.
|
static CancelTask create()
void cancel()
boolean isCancel()