Package com.ibm.websphere.servlet.event

Interface Summary
ApplicationListener Event listener interface used for notifications about the application.
ServletContextEventSource This event context is used to register listeners for various servlet context events.
ServletErrorListener Event listener interface used to receive notifications about servlet errors.
ServletInvocationListener Event listener interface used for notifications about Servlet service invocations.
ServletListener Event listener interface used for notifications about servlets.
 

Class Summary
ApplicationEvent Application event.
ServletErrorEvent Event that reports a servlet error.
ServletEvent Generic servlet event.
ServletInvocationEvent Event that reports information about a servlet invocation.