javax.servlet
public class ServletContextEvent extends EventObject
Since: Servlet 2.3
Version: $Rev: 46019 $ $Date: 2005/03/15 10:03:20 $
| 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