public interface AsyncCallback
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2001-2013. All Rights Reserved.