public interface AsyncCallback
Modifier and Type | Method and Description |
---|---|
void |
handleError(XmlRpcRequest pRequest,
Throwable pError)
Something went wrong, handle error.
|
void |
handleResult(XmlRpcRequest pRequest,
Object pResult)
Call went ok, handle result.
|
void handleResult(XmlRpcRequest pRequest, Object pResult)
pRequest
- The request being performed.pResult
- The result object, which was returned by the server.void handleError(XmlRpcRequest pRequest, Throwable pError)
pRequest
- The request being performed.pError
- The error being thrown.Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.