public class ServletContextEvent
extends java.util.EventObject
ServletContextListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ServletContextEvent(ServletContext source)
Construct a ServletContextEvent from the given context.
|
Modifier and Type | Method and Description |
---|---|
ServletContext |
getServletContext()
Return the ServletContext that changed.
|
private static final long serialVersionUID
public ServletContextEvent(ServletContext source)
source
- - the ServletContext that is sending the event.public ServletContext getServletContext()