|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IModuleNotify
IModuleNotify: listener interface for listening to module loading and unloading. See IApplicationInstance.addModuleListener(IModuleNotify moduleListener)
| Method Summary | |
|---|---|
void |
onModuleLoad(com.wowza.wms.module.ModuleItem item)
Called when module loaded |
void |
onModuleUnload(com.wowza.wms.module.ModuleItem item)
Called when module unloaded |
| Method Detail |
|---|
void onModuleLoad(com.wowza.wms.module.ModuleItem item)
item - modulevoid onModuleUnload(com.wowza.wms.module.ModuleItem item)
item - module
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||