Class ServletRequestAttributeEvent

java.lang.Object
java.util.EventObject
jakarta.servlet.ServletRequestEvent
jakarta.servlet.ServletRequestAttributeEvent
All Implemented Interfaces:
Serializable

public class ServletRequestAttributeEvent extends ServletRequestEvent
This is the event class for notifications of changes to the attributes of the servlet request in an application.
Since:
Servlet 2.4
See Also: