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