public final class ContainerEvent extends EventObject
source| Constructor and Description | 
|---|
| ContainerEvent(Container container,
              String type,
              Object data)Construct a new ContainerEvent with the specified parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
getSourcepublic Object getData()
public Container getContainer()
public String getType()
public String toString()
toString in class EventObjectCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.