|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IoFuture.Callback
Something interested in being notified when the result
of an IoFuture
becomes available.
Method Summary | |
---|---|
void |
operationComplete(IoFuture future)
Invoked when the operation associated with the IoFuture
has been completed. |
Method Detail |
---|
void operationComplete(IoFuture future)
IoFuture
has been completed.
future
- The source IoFuture
which called this
callback.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |