Uses of Interface
com.wowza.wms.server.IServerNotify
-
Packages that use IServerNotify Package Description com.wowza.wms.module com.wowza.wms.server -
-
Uses of IServerNotify in com.wowza.wms.module
Classes in com.wowza.wms.module that implement IServerNotify Modifier and Type Class Description class
ServerListenerStreamDemoPublisher
-
Uses of IServerNotify in com.wowza.wms.server
Subinterfaces of IServerNotify in com.wowza.wms.server Modifier and Type Interface Description interface
IServerNotify2
IServerNotify2: listener interface.interface
IServerNotify3
Methods in com.wowza.wms.server with parameters of type IServerNotify Modifier and Type Method Description void
IServer. addServerListener(IServerNotify serverListener)
Add server listenervoid
IServer. removeServerListener(IServerNotify serverListener)
Remove server listener
-