Class LifecycleEvent

java.lang.Object
java.util.EventObject
org.apache.catalina.LifecycleEvent
All Implemented Interfaces:
Serializable

public final class LifecycleEvent extends EventObject
General event for notifying listeners of significant changes on a component that implements the Lifecycle interface.
Author:
Craig R. McClanahan
See Also: