public interface WebApplicationServerListener
Modifier and Type | Method and Description |
---|---|
void |
serverStarted(WebApplicationServerEvent e)
Invoked when a server is started.
|
void |
serverStopped(WebApplicationServerEvent e)
Invoked when a server is stopped.
|
void serverStarted(WebApplicationServerEvent e)
e
- the event containing context information.void serverStopped(WebApplicationServerEvent e)
e
- the event containing context information.Copyright © 2016 Actian Corporation. All rights reserved.