Uses of Interface
com.wowza.wms.livestreamrecord.manager.ILiveStreamRecordManagerActionNotify
- 
Packages that use ILiveStreamRecordManagerActionNotify Package Description com.wowza.wms.livestreamrecord.manager 
- 
- 
Uses of ILiveStreamRecordManagerActionNotify in com.wowza.wms.livestreamrecord.managerMethods in com.wowza.wms.livestreamrecord.manager that return ILiveStreamRecordManagerActionNotify Modifier and Type Method Description ILiveStreamRecordManagerActionNotifyILiveStreamRecordManager. addListener(ILiveStreamRecordManagerActionNotify listener)Used to add a listener to receive ILiveStreamRecordManagerActionNotify events from the LiveStreamRecordManager.Methods in com.wowza.wms.livestreamrecord.manager with parameters of type ILiveStreamRecordManagerActionNotify Modifier and Type Method Description ILiveStreamRecordManagerActionNotifyILiveStreamRecordManager. addListener(ILiveStreamRecordManagerActionNotify listener)Used to add a listener to receive ILiveStreamRecordManagerActionNotify events from the LiveStreamRecordManager.booleanILiveStreamRecordManager. removeListener(ILiveStreamRecordManagerActionNotify listener)Used to remove an ILiveStreamRecordManagerActionNotify listener from the LiveStreamRecordManager.
 
-