public class TerminableDelegationResultListener<E> extends DelegationResultListener<E>
Constructor and Description |
---|
TerminableDelegationResultListener(TerminableDelegationFuture<E> future,
ITerminableFuture<E> src)
Create a new listener.
|
customResultAvailable, exceptionOccurred, resultAvailable
public TerminableDelegationResultListener(TerminableDelegationFuture<E> future, ITerminableFuture<E> src)
future
- The target future (to which is delegated).src
- The source future which is monitored.Copyright © 2012. All Rights Reserved.