|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectmandala.jacob.CleanerCallback
Cleaner callback.
This callback removes a stored object when used. Notice, that this callback can be used only one time on a given stored object.
| Constructor Summary | |
CleanerCallback()
|
|
| Method Summary | |
void |
done(InvocationInfo info,
MethodResult result)
This method is called once an asynchronous method invocation had been considered terminated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CleanerCallback()
| Method Detail |
public void done(InvocationInfo info,
MethodResult result)
CallbackThis method is called once an asynchronous method invocation had been considered terminated.
done in interface Callbackinfo - the invocationInfo object
representing informations on the asychronous method invocation.result - 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 | ||||||||||