Package com.wowza.wms.application
Interface IApplicationNotify
- All Known Implementing Classes:
ServerListenerStreamDemoPublisher
public interface IApplicationNotify
IApplicationNotify: listener interface used by IVHost addApplicationListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplicationCreate
(IApplication application) Triggered when application createdvoid
onApplicationDestroy
(IApplication application) Triggered when application destroyed
-
Method Details
-
onApplicationCreate
Triggered when application created- Parameters:
application
- application
-
onApplicationDestroy
Triggered when application destroyed- Parameters:
application
- application
-