Package com.wowza.wms.module
Interface IModuleNotify
-
public interface IModuleNotify
IModuleNotify: listener interface for listening to module loading and unloading. See IApplicationInstance.addModuleListener(IModuleNotify moduleListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onModuleLoad(com.wowza.wms.module.ModuleItem item)
Called when module loadedvoid
onModuleUnload(com.wowza.wms.module.ModuleItem item)
Called when module unloaded
-