public interface IServerNotify3 extends IServerNotify2
ServerNotifyBase provides a simple adapter implementation that you
can use to override only the necessary methods.| Modifier and Type | Method and Description |
|---|---|
void |
onServerAfterVHostStartup(IServer server)
This method is invoked when the vhosts have been started
|
void |
onServerBeforeVHostStartup(IServer server)
This method is invoked when the vhosts are just about to be started
|