|
|||||||||
| 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 NetConnection#call(String, Object[], Responder)).
| Method Summary | |
|---|---|
void |
onResult(java.lang.Object result)
Notifies about the result. |
void |
onStatus(java.util.Hashtable 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.Hashtable 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 | ||||||||