public class TerminableDelegationResultListener<E> extends DelegationResultListener<E>
customResultListener, future, undone| Constructor and Description | 
|---|
| TerminableDelegationResultListener(TerminableDelegationFuture<E> future,
                                  ITerminableFuture<E> src)Create a new listener. | 
commandAvailable, customResultAvailable, exceptionOccurred, exceptionOccurredIfUndone, isUndone, resultAvailable, resultAvailableIfUndonepublic TerminableDelegationResultListener(TerminableDelegationFuture<E> future, ITerminableFuture<E> src)
future - The target future (to which is delegated).src - The source future which is monitored.