public static interface IMethodInvoker.ICallback
ICallback - IMethodInvoker callback.| Modifier and Type | Method and Description |
|---|---|
void |
onException(java.lang.Exception e)
Notifies about the thrown exception.
|
void |
onResult(java.lang.Object o)
Notifies about the result
o. |