public abstract class AbstractFuture<ResultType> extends java.lang.Object implements IFuture<ResultType>, ISafeProgressRunner
IFuture and ISafeProgressRunner.| Constructor and Description |
|---|
AbstractFuture() |
| Modifier and Type | Method and Description |
|---|---|
abstract IProgressMonitor |
getProgressMonitor()
Return a progress monitor for this future.
|
abstract boolean |
isCanceled()
Returns
true if this future has been previously canceled,
false otherwise. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, get, get, getStatus, hasValue, isDonerunWithProgresspublic abstract boolean isCanceled()
true if this future has been previously canceled,
false otherwise. Subclasses must override.true if this future has been previously canceled,
false otherwisepublic abstract IProgressMonitor getProgressMonitor()