public final class ContainerEvent
extends java.util.EventObject
Constructor and Description |
---|
ContainerEvent(Container container,
java.lang.String type,
java.lang.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.
|
java.lang.Object |
getData()
Return the event data of this event.
|
java.lang.String |
getType()
Return the event type of this event.
|
java.lang.String |
toString()
Return a string representation of this event.
|
public ContainerEvent(Container container, java.lang.String type, java.lang.Object data)
container
- Container on which this event occurredtype
- Event typedata
- Event datapublic java.lang.Object getData()
public Container getContainer()
public java.lang.String getType()
public java.lang.String toString()
toString
in class java.util.EventObject
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.