F
- public interface BaseFutureListener<F extends BaseFuture>
BaseFuture
becomes available.Modifier and Type | Method and Description |
---|---|
void |
exceptionCaught(Throwable t)
If the operation complete is called and the methed throws an exception
|
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 operationException
Copyright © 2013. All Rights Reserved.