@FunctionalInterface
public static interface Datasource.ItemPropertyChangeListener<T extends Entity>
| Modifier and Type | Method and Description |
|---|---|
void |
itemPropertyChanged(Datasource.ItemPropertyChangeEvent<T> e)
Property value of some datasource item changed.
|
void itemPropertyChanged(Datasource.ItemPropertyChangeEvent<T> e)
CollectionDatasource this method may be
called for any item of collection if its property value changed.