Package com.wowza.wms.application
Interface IApplicationNotify
- 
- All Known Implementing Classes:
- ServerListenerStreamDemoPublisher
 
 public interface IApplicationNotifyIApplicationNotify: listener interface used by IVHost addApplicationListener 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonApplicationCreate(IApplication application)Triggered when application createdvoidonApplicationDestroy(IApplication application)Triggered when application destroyed
 
- 
- 
- 
Method Detail- 
onApplicationCreatevoid onApplicationCreate(IApplication application) Triggered when application created- Parameters:
- application- application
 
 - 
onApplicationDestroyvoid onApplicationDestroy(IApplication application) Triggered when application destroyed- Parameters:
- application- application
 
 
- 
 
-