Interface IModuleCallResult


public interface IModuleCallResult

IModuleCallResult: callback interface used by IClient call.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onResult(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params)
    Triggered on client side result from call to IClient.call
  • Method Details

    • onResult

      void onResult(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params)
      Triggered on client side result from call to IClient.call
      Parameters:
      client - client
      function - function object
      params - result parameters