Package com.wowza.wms.server
Interface IServerNotify3
- 
- All Superinterfaces:
- IServerNotify,- IServerNotify2
 
 public interface IServerNotify3 extends IServerNotify2 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServerAfterVHostStartup(IServer server)Triggered just after virtual hosts are started.voidonServerBeforeVHostStartup(IServer server)Triggered just before virtual hosts are started.- 
Methods inherited from interface com.wowza.wms.server.IServerNotifyonServerCreate, onServerInit, onServerShutdownComplete, onServerShutdownStart
 - 
Methods inherited from interface com.wowza.wms.server.IServerNotify2onServerConfigLoaded
 
- 
 
- 
- 
- 
Method Detail- 
onServerBeforeVHostStartupvoid onServerBeforeVHostStartup(IServer server) Triggered just before virtual hosts are started.- Parameters:
- server- server object
 
 - 
onServerAfterVHostStartupvoid onServerAfterVHostStartup(IServer server) Triggered just after virtual hosts are started.- Parameters:
- server- server object
 
 
- 
 
-