org.apache.catalina
Class ContainerEvent
EventObject
org.apache.catalina.ContainerEvent
public final class ContainerEvent
extends EventObject
General event for notifying listeners of significant changes on a Container.
Version:
- Craig R. McClanahan
ContainerEvent(Container container, String type, Object data) - Construct a new ContainerEvent with the specified parameters.
|
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.
|
ContainerEvent
public ContainerEvent(Container container,
String type,
Object data)
Construct a new ContainerEvent with the specified parameters.
container
- Container on which this event occurredtype
- Event typedata
- Event data
getContainer
public Container getContainer()
Return the Container on which this event occurred.
getData
public Object getData()
Return the event data of this event.
getType
public String getType()
Return the event type of this event.
toString
public String toString()
Return a string representation of this event.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.