|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsyncCallback
A callback interface for an asynchronous XML-RPC call.
| Method Summary | |
|---|---|
void |
handleError(XmlRpcRequest pRequest,
java.lang.Throwable pError)
Something went wrong, handle error. |
void |
handleResult(XmlRpcRequest pRequest,
java.lang.Object pResult)
Call went ok, handle result. |
| Method Detail |
|---|
void handleResult(XmlRpcRequest pRequest,
java.lang.Object pResult)
pRequest - The request being performed.pResult - The result object, which was returned by the server.
void handleError(XmlRpcRequest pRequest,
java.lang.Throwable pError)
pRequest - The request being performed.pError - The error being thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||