public static interface Container.PropertySetChangeListener extends Serializable
PropertySetChangeEvent
objects.
A property set change means the addition, removal or other structural change of the properties (supported property IDs) of a container. Changes concerning the set of items in the container and their property values are not property set changes.
Modifier and Type | Method and Description |
---|---|
void |
containerPropertySetChange(Container.PropertySetChangeEvent event)
Notifies this listener that the set of property IDs supported by the
Container has changed.
|
void containerPropertySetChange(Container.PropertySetChangeEvent event)
event
- Change event.Copyright © 2016 Vaadin Ltd. All rights reserved.