Public Member Functions
org.apache.xmlrpc.client.AsyncCallback Interface Reference
Inheritance diagram for org.apache.xmlrpc.client.AsyncCallback:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void handleError (XmlRpcRequest pRequest, Throwable pError)
void handleResult (XmlRpcRequest pRequest, Object pResult)

Detailed Description

A callback interface for an asynchronous XML-RPC call.

Since:
3.0

Definition at line 27 of file AsyncCallback.java.


Member Function Documentation

void org.apache.xmlrpc.client.AsyncCallback.handleError ( XmlRpcRequest  pRequest,
Throwable  pError 
)

Something went wrong, handle error.

Parameters:
pRequestThe request being performed.
pErrorThe error being thrown.

Implemented in org.apache.xmlrpc.client.TimingOutCallback.

void org.apache.xmlrpc.client.AsyncCallback.handleResult ( XmlRpcRequest  pRequest,
Object  pResult 
)

Call went ok, handle result.

Parameters:
pRequestThe request being performed.
pResultThe result object, which was returned by the server.

Implemented in org.apache.xmlrpc.client.TimingOutCallback.


The documentation for this interface was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50