Package com.wowza.wms.module
Interface IModuleCallResult
- 
 public interface IModuleCallResultIModuleCallResult: callback interface used by IClient call. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonResult(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params)Triggered on client side result from call to IClient.call
 
- 
- 
- 
Method Detail- 
onResultvoid 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
 
 
- 
 
-