Package com.wowza.wms.server
Interface IServerNotify2
- 
- All Superinterfaces:
- IServerNotify
 - All Known Subinterfaces:
- IServerNotify3
 - All Known Implementing Classes:
- ServerListenerStreamDemoPublisher
 
 public interface IServerNotify2 extends IServerNotify IServerNotify2: listener interface. Configured by adding class entries definitions to Server.xml. Startup order is: [constructor]; onServerConfigLoaded, onServerCreate, onServerInit Shutdown order is: onServerShutdownStart, onServerShutdownComplete, [exit]
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServerConfigLoaded(IServer server)Triggered when server configuration is loaded- 
Methods inherited from interface com.wowza.wms.server.IServerNotifyonServerCreate, onServerInit, onServerShutdownComplete, onServerShutdownStart
 
- 
 
- 
- 
- 
Method Detail- 
onServerConfigLoadedvoid onServerConfigLoaded(IServer server) Triggered when server configuration is loaded- Parameters:
- server- server object
 
 
- 
 
-