java.lang.Object | +--java.util.EventObject | +--javax.servlet.ServletContextEvent
This is the event class for notifications about changes to the servlet context of a web application.
ServletContextListener
, Serialized Form
source
ServletContextEvent(ServletContext source)
getSource,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait
public ServletContextEvent(ServletContext source)
source
- - the ServletContext that is sending the event.public ServletContext getServletContext()