javax.servlet
public class ServletContextEvent extends EventObject
Since: Servlet 2.3
| Constructor Summary | |
|---|---|
| ServletContextEvent(ServletContext source)
Construct a ServletContextEvent from the given context.
| |
| Method Summary | |
|---|---|
| ServletContext | getServletContext()
Return the ServletContext that changed.
|
Parameters: source the ServletContext that is sending the event
Returns: the ServletContext that sent the event