FutureListener
instead@Deprecated public interface FutureListener<T> extends FutureListener<T>
NotifyingFuture
s by passing them in to NotifyingFuture.attachListener(FutureListener)
Note that the FutureListener.futureDone(Future)
callback is invoked when the future completes, regardless of how the future
completes (i.e., normally, due to an exception, or cancelled}. As such, implementations should check the future
passed in by calling future.get().futureDone
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.