public class CallbackFutureTask<V> extends FutureTask<V> implements Cancelable
| Constructor and Description |
|---|
CallbackFutureTask(Callable<V> callable) |
CallbackFutureTask(Runnable runnable,
V result) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
done() |
Callback<V> |
getCallback() |
void |
setCallback(Callback<V> callback) |
cancel, get, get, isCancelled, isDone, run, runAndReset, set, setExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelCopyright © 2016. All rights reserved.