@Deprecated public class LegacyNotifyingFutureAdaptor<T> extends NotifyingFutureAdaptor<T> implements NotifyingFuture<T>
| Constructor and Description |
|---|
LegacyNotifyingFutureAdaptor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
NotifyingFuture<T> |
attachListener(FutureListener<T> listener)
Deprecated.
Attaches a listener and returns the same future instance, to allow for 'building'.
|
cancel, get, get, isCancelled, isDone, setActualattachListener, notifyDoneclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattachListenerpublic NotifyingFuture<T> attachListener(FutureListener<T> listener)
NotifyingFuturelistener - listener to attachCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.