@WebListener public class EchoServerInitializer extends Object implements ServletContextListener
| Constructor and Description |
|---|
EchoServerInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(ServletContextEvent sce) |
void |
contextInitialized(ServletContextEvent event) |
public void contextInitialized(ServletContextEvent event)
contextInitialized in interface ServletContextListenerpublic void contextDestroyed(ServletContextEvent sce)
contextDestroyed in interface ServletContextListenerCopyright © 2015–2019. All rights reserved.