|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void handleResult(XmlRpcRequest pRequest,
java.lang.Object pResult)
pRequest - The request being performed.pResult - The result object, which was returned by the server.
public 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 | ||||||||||