org.apache.catalina
public final class ContainerEvent extends EventObject
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Constructor Summary | |
---|---|
ContainerEvent(Container container, String type, Object data)
Construct a new ContainerEvent with the specified parameters.
|
Method Summary | |
---|---|
Container | getContainer()
Return the Container on which this event occurred. |
Object | getData()
Return the event data of this event. |
String | getType()
Return the event type of this event. |
String | toString()
Return a string representation of this event. |
Parameters: container Container on which this event occurred type Event type data Event data