Uses of Interface
marquee.xmlrpc.XmlRpcCallback

Packages that use XmlRpcCallback
marquee.xmlrpc   
 

Uses of XmlRpcCallback in marquee.xmlrpc
 

Methods in marquee.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.