Interface XmlRpcRequestListener

All Known Implementing Classes:
XmlRpcRequestListenerStub

public interface XmlRpcRequestListener
An object to handle the callbacks for handling the XmlRpcRequest
operations.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback used to notify the response to an XML-RPC request.
  • Method Details

    • onResponse

      void onResponse(@NonNull XmlRpcRequest request)
      Callback used to notify the response to an XML-RPC request.

      Parameters:
      request - XmlRpcRequest object