@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, setActual
attachListener, notifyDone
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
attachListener
public NotifyingFuture<T> attachListener(FutureListener<T> listener)
NotifyingFuture
listener
- listener to attachCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.