public static class CancelTask.CancelTaskImpl extends Object implements CancelTask
CancelTask.CancelTaskImpl| Constructor and Description |
|---|
CancelTaskImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Application asks to cancel the task.
|
boolean |
isCancel()
Called routine checks to see if task was cancelled.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic void cancel()
CancelTaskcancel in interface CancelTaskpublic boolean isCancel()
CancelTaskisCancel in interface CancelTask