Java javax.servlet ServletContextEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet ServletContextEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet ServletContextEvent.

The text is from its open source code.

Constructor

ServletContextEvent(ServletContext source)
Construct a ServletContextEvent from the given context.

Method

ServletContextgetServletContext()
Return the ServletContext that changed.
ObjectgetSource()
The object on which the Event initially occurred.