|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Callback
instance defines the work to do once
an asynchronous method invocation had terminated. The call is considered
terminated when it had returned either normally (with a return
statement), or when it thrown an exception that had been catched and
handled.
InvocationInfo
,
MethodResult
Method Summary | |
void |
done(InvocationInfo invocationInfo,
MethodResult methodResult)
This method is called once an asynchronous method invocation had been considered terminated. |
Method Detail |
public void done(InvocationInfo invocationInfo, MethodResult methodResult)
This method is called once an asynchronous method invocation had been considered terminated.
invocationInfo
- the invocationInfo
object
representing informations on the asychronous method invocation.methodResult
- the MethodResult
object
representing the result of the asychronous method invocation.InvocationInfo
,
MethodResult
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |