public interface AsyncCallback
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
handleError(org.apache.xmlrpc.XmlRpcRequest pRequest,
java.lang.Throwable pError)
Something went wrong, handle error.
|
void |
handleResult(org.apache.xmlrpc.XmlRpcRequest pRequest,
java.lang.Object pResult)
Call went ok, handle result.
|
void handleResult(org.apache.xmlrpc.XmlRpcRequest pRequest,
java.lang.Object pResult)
pRequest - The request being performed.pResult - The result object, which was returned by the server.void handleError(org.apache.xmlrpc.XmlRpcRequest pRequest,
java.lang.Throwable pError)
pRequest - The request being performed.pError - The error being thrown.