Package com.wowza.wms.module
Interface IModuleNotify
- 
 public interface IModuleNotifyIModuleNotify: listener interface for listening to module loading and unloading. See IApplicationInstance.addModuleListener(IModuleNotify moduleListener) 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonModuleLoad(com.wowza.wms.module.ModuleItem item)Called when module loadedvoidonModuleUnload(com.wowza.wms.module.ModuleItem item)Called when module unloaded
 
-