Uses of Interface
redstone.xmlrpc.XmlRpcCallback

Packages that use XmlRpcCallback
redstone.xmlrpc   
 

Uses of XmlRpcCallback in redstone.xmlrpc
 

Methods in redstone.xmlrpc with parameters of type XmlRpcCallback
 void XmlRpcClient.invokeAsynchronously(java.lang.String method, java.lang.Object arguments, XmlRpcCallback callback)
          A asynchronous version of invoke performing the call in a separate thread and reporting responses, faults, and exceptions through the supplied XmlRpcCallback.