public interface ITask<T>
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
int |
getTaskId() |
T |
getWrappedTask() |
boolean |
isSync() |
int getTaskId()
boolean isSync()
void cancel()
T getWrappedTask()
Copyright © 2018. All rights reserved.