protected static class AbstractContainer.BasePropertySetChangeEvent extends EventObject implements Container.PropertySetChangeEvent, Serializable
event
object specifying the container whose Property set
has changed.
This class does not provide information about which properties were
concerned by the change, but subclasses can provide additional
information about the changes.source
Modifier | Constructor and Description |
---|---|
protected |
BasePropertySetChangeEvent(Container source) |
Modifier and Type | Method and Description |
---|---|
Container |
getContainer()
Retrieves the Container whose contents have been modified.
|
getSource, toString
protected BasePropertySetChangeEvent(Container source)
public Container getContainer()
Container.PropertySetChangeEvent
getContainer
in interface Container.PropertySetChangeEvent
Copyright © 2021 Vaadin Ltd. All rights reserved.