Uses of Interface
com.wowza.wms.application.IApplicationNotify
-
Packages that use IApplicationNotify Package Description com.wowza.wms.module com.wowza.wms.vhost -
-
Uses of IApplicationNotify in com.wowza.wms.module
Classes in com.wowza.wms.module that implement IApplicationNotify Modifier and Type Class Description class
ServerListenerStreamDemoPublisher
-
Uses of IApplicationNotify in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost with parameters of type IApplicationNotify Modifier and Type Method Description void
IVHost. addApplicationListener(IApplicationNotify applicationListener)
Add application listener.void
IVHost. removeApplicationListener(IApplicationNotify applicationListener)
Remove applation listener.
-