Class LifecycleEvent
java.lang.Object
java.util.EventObject
org.apache.catalina.LifecycleEvent
- All Implemented Interfaces:
 Serializable
General event for notifying listeners of significant changes on a component that implements the Lifecycle interface.
- See Also:
 
- 
Field Summary
Fields inherited from class EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionLifecycleEvent(Lifecycle lifecycle, String type, Object data) Construct a new LifecycleEvent with the specified parameters. - 
Method Summary
Methods inherited from class EventObject
getSource, toString 
- 
Constructor Details
- 
LifecycleEvent
 
 - 
 - 
Method Details
- 
getData
- Returns:
 - the event data of this event.
 
 - 
getLifecycle
- Returns:
 - the Lifecycle on which this event occurred.
 
 - 
getType
- Returns:
 - the event type of this event.
 
 
 -