Class ServletContextAttributeEvent

java.lang.Object
java.util.EventObject
jakarta.servlet.ServletContextEvent
jakarta.servlet.ServletContextAttributeEvent
All Implemented Interfaces:
Serializable

public class ServletContextAttributeEvent extends ServletContextEvent
This is the event class for notifications about changes to the attributes of the servlet context of a web application.
Since:
Servlet 2.3
See Also: