Package com.wowza.wms.module
Interface IModuleCallResult
-
public interface IModuleCallResult
IModuleCallResult: callback interface used by IClient call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
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
- clientfunction
- function objectparams
- result parameters
-
-