org.apache.catalina
public final class LifecycleEvent extends EventObject
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
| Constructor Summary | |
|---|---|
| LifecycleEvent(Lifecycle lifecycle, String type)
Construct a new LifecycleEvent with the specified parameters.
| |
| LifecycleEvent(Lifecycle lifecycle, String type, Object data)
Construct a new LifecycleEvent with the specified parameters.
| |
| Method Summary | |
|---|---|
| Object | getData()
Return the event data of this event. |
| Lifecycle | getLifecycle()
Return the Lifecycle on which this event occurred. |
| String | getType()
Return the event type of this event. |
Parameters: lifecycle Component on which this event occurred type Event type (required)
Parameters: lifecycle Component on which this event occurred type Event type (required) data Event data (if any)