protected static class AbstractContainer.BaseItemSetChangeEvent extends EventObject implements Container.ItemSetChangeEvent, Serializable
event object specifying the container whose Item set has
changed.
This class does not provide information about the exact changes
performed, but subclasses can add provide additional information about
the changes.source| Modifier | Constructor and Description |
|---|---|
protected |
BaseItemSetChangeEvent(Container source) |
| Modifier and Type | Method and Description |
|---|---|
Container |
getContainer()
Gets the Property where the event occurred.
|
getSource, toStringprotected BaseItemSetChangeEvent(Container source)
public Container getContainer()
Container.ItemSetChangeEventgetContainer in interface Container.ItemSetChangeEventCopyright © 2023 Vaadin Ltd. All rights reserved.