com.wowza.wms.plugin.flashremoting
Interface IFlashRemoteResponse


public interface IFlashRemoteResponse

IFlashRemoteResponse: Interface for FlashRemoteSession calls.


Method Summary
 void onFailure(String handlerName, int statusCode, String responseMsg)
          Called if the Flash Remote call failed.
 void onResult(String handlerName, com.wowza.wms.amf.AMFData res)
          Called if the Flash Remote call returns a value and the call was successful.
 

Method Detail

onFailure

void onFailure(String handlerName,
               int statusCode,
               String responseMsg)
Called if the Flash Remote call failed.

Parameters:
handlerName - handler name
statusCode - response code (HTTP status code)
responseMsg - response message

onResult

void onResult(String handlerName,
              com.wowza.wms.amf.AMFData res)
Called if the Flash Remote call returns a value and the call was successful.

Parameters:
handlerName - handler name
res - message data