javax.servlet
public class ServletContextEvent extends EventObject
Since: v 2.3
See Also: ServletContextListener
| 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.