public class ServletContextEvent
extends java.util.EventObject
| Constructor and Description |
|---|
ServletContextEvent(ServletContext application)
Creates a ServletContextEvent from the changed application.
|
| Modifier and Type | Method and Description |
|---|---|
ServletContext |
getServletContext()
Returns the ServletContext that changed.
|
public ServletContextEvent(ServletContext application)
application - the servlet context that has changed.public ServletContext getServletContext()