Class ServletRequestEvent

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

public class ServletRequestEvent extends EventObject
Events of this kind indicate lifecycle events for a ServletRequest. The source of the event is the ServletContext of this web application.
Since:
Servlet 2.4
See Also: