com.smaxe.uv.invoker
Interface IMethodInvoker.ICallback

All Known Implementing Classes:
IMethodInvoker.CallbackAdapter
Enclosing interface:
IMethodInvoker

public static interface IMethodInvoker.ICallback

ICallback - IMethodInvoker callback.


Method Summary
 void onException(java.lang.Exception e)
          Notifies about the thrown exception.
 void onResult(java.lang.Object o)
          Notifies about the result o.
 

Method Detail

onResult

void onResult(java.lang.Object o)
Notifies about the result o.

Parameters:
o - method invocation result

onException

void onException(java.lang.Exception e)
Notifies about the thrown exception.

Parameters:
e - exception thrown during method invocation