Construct a ServletContextEvent from the given context.paramsource - the ServletContext that is sending the event. super(source);
super(source);
Return the ServletContext that changed.returnthe ServletContext that sent the event. return (ServletContext) super.getSource();
return (ServletContext) super.getSource();