F - public interface BaseFutureListener<F extends BaseFuture>
BaseFuture becomes available.| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(Throwable t) |
void |
operationComplete(F future)
Invoked when the operation associated with the
BaseFuture has
been completed. |
void operationComplete(F future) throws Exception
BaseFuture has
been completed. If a operation already completed, then this method is not
invoked.future - The future operationExceptionCopyright © 2011. All Rights Reserved.