Package com.vaadin.data
Interface Item.PropertySetChangeListener
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractSelect.CaptionChangeListener
- Enclosing interface:
- Item
public static interface Item.PropertySetChangeListener extends Serializable
The listener interface for receivingPropertySetChangeEventobjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiditemPropertySetChange(Item.PropertySetChangeEvent event)Notifies this listener that the Item's property set has changed.
-
-
-
Method Detail
-
itemPropertySetChange
void itemPropertySetChange(Item.PropertySetChangeEvent event)
Notifies this listener that the Item's property set has changed.- Parameters:
event- Property set change event object
-
-