Future
. The result of the asynchronous operation is notified once this listener
is added by calling Future#addListener(GenericFutureListener)
.
Modifier and Type | Method and Description |
---|---|
public void | operationComplete(F
the source future)Future which called this callbackInvoked when the operation associated with the |
operationComplete | back to summary |
---|---|
public void operationComplete(F future) throws Exception Invoked when the operation associated with the
|