public interface IModuleNotify
IModuleNotify: listener interface for listening to module loading and unloading. See IApplicationInstance.addModuleListener(IModuleNotify moduleListener)
| Modifier and Type | Method and Description |
|---|---|
void |
onModuleLoad(com.wowza.wms.module.ModuleItem item)
Called when module loaded
|
void |
onModuleUnload(com.wowza.wms.module.ModuleItem item)
Called when module unloaded
|