|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Responder
Responder - interface which allows handling of values
returned from the client/server (in the INetConnection#call(String, Responder, Object...)).
| Method Summary | |
|---|---|
void |
onResult(java.lang.Object result)
Notifies about the result. |
void |
onStatus(java.util.Map<java.lang.String,java.lang.Object> status)
Notifies about the status. |
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||