public interface Responder
Responder - interface which allows handling of values
returned from the client/server (in the INetConnection#call(String, Responder, Object...)).void onResult(java.lang.Object result)
result.
Note: This method is invoked in the Dispatch-Thread. Process it quickly.
result - method invocation resultvoid onStatus(java.util.Map<java.lang.String,java.lang.Object> status)
status.
Note: This method is invoked in the Dispatch-Thread. Process it quickly.
status - method invocation status