Package com.wowza.wms.module
Interface IModuleCallResult
public interface IModuleCallResult
IModuleCallResult: callback interface used by IClient call.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onResult
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Triggered on client side result from call to IClient.call
-
Method Details
-
onResult
Triggered on client side result from call to IClient.call- Parameters:
client
- clientfunction
- function objectparams
- result parameters
-