public interface ITerminableFuture<E> extends IFuture<E>
Modifier and Type | Method and Description |
---|---|
void |
terminate()
Terminate the future.
|
void |
terminate(Exception reason)
Terminate the future and supply a custom reason.
|
addResultListener, get, get, getException, isDone
void terminate()
void terminate(Exception reason)
Copyright © 2012. All Rights Reserved.