|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void onFailure(String handlerName, int statusCode, String responseMsg)
handlerName
- handler namestatusCode
- response code (HTTP status code)responseMsg
- response messagevoid onResult(String handlerName, com.wowza.wms.amf.AMFData res)
handlerName
- handler nameres
- message data
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |