Package com.ibm.websphere.servlet.event
Class ApplicationEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- com.ibm.websphere.servlet.event.ApplicationEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- ServletEvent
 
 public class ApplicationEvent extends java.util.EventObject- See Also:
- ApplicationListener, Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ApplicationEvent(java.lang.Object source, javax.servlet.ServletContext context, java.util.Enumeration servletNames)ApplicationEvent contructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.ServletContextgetServletContext()Return the ServletContext that this event is associated with.java.util.EnumerationgetServletNames()Return the list of servlet names associated with this application
 
- 
- 
- 
Constructor Detail- 
ApplicationEventpublic ApplicationEvent(java.lang.Object source, javax.servlet.ServletContext context, java.util.Enumeration servletNames)ApplicationEvent contructor.- Parameters:
- source- the object that triggered this event.
- context- the application's ServletContext
- servletNames- an enumeration of the names of all of the servlets in the application
 
 
- 
 
-