Class ContainerEvent
java.lang.Object
java.util.EventObject
org.apache.catalina.ContainerEvent
- All Implemented Interfaces:
 Serializable
General event for notifying listeners of significant changes on a Container.
- See Also:
 
- 
Field Summary
Fields inherited from class EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionContainerEvent(Container container, String type, Object data) Construct a new ContainerEvent with the specified parameters. - 
Method Summary
Methods inherited from class EventObject
getSource 
- 
Constructor Details
- 
ContainerEvent
 
 - 
 - 
Method Details
- 
getData
Return the event data of this event.- Returns:
 - The data, if any, associated with this event.
 
 - 
getContainer
Return the Container on which this event occurred.- Returns:
 - The Container on which this event occurred.
 
 - 
getType
Return the event type of this event.- Returns:
 - The event type of this event. Although this is a String, it is safe to rely on the value returned by this method remaining consistent between point releases.
 
 - 
toString
Return a string representation of this event.- Overrides:
 toStringin classEventObject
 
 -