Uses of Interface
de.timroes.axmlrpc.XMLRPCCallback
-
Packages that use XMLRPCCallback Package Description de.timroes.axmlrpc -
-
Uses of XMLRPCCallback in de.timroes.axmlrpc
Methods in de.timroes.axmlrpc with parameters of type XMLRPCCallback Modifier and Type Method Description long
XMLRPCClient. callAsync(XMLRPCCallback listener, java.lang.String methodName, java.lang.Object... params)
Asynchronously call a remote procedure on the server.
-