|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
F
- public interface BaseFutureListener<F extends BaseFuture>
Something interested in being notified when the result of an BaseFuture
becomes available.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void operationComplete(F future) throws Exception
BaseFuture
has been completed. If a operation already
completed, then this method is not invoked.
future
- The future operation
Exception
void exceptionCaught(Throwable t) throws Exception
t
- The exception thrown in #operationComplete(BaseFuture).
Exception
- If an execption is thrown, it is printed in the log and and System.err
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |