T - type of entity the datasource contains@Deprecated public interface CollectionDatasourceListener<T extends Entity> extends DatasourceListener<T>
CollectionDatasource events.CollectionDsListenerAdapter| Modifier and Type | Interface and Description |
|---|---|
static class |
CollectionDatasourceListener.Operation
Deprecated.
Operation which caused the datasource change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
collectionChanged(CollectionDatasource ds,
CollectionDatasourceListener.Operation operation,
java.util.List<T> items)
Deprecated.
Enclosed collection changed.
|
itemChanged, stateChangedvalueChangedvoid collectionChanged(CollectionDatasource ds, CollectionDatasourceListener.Operation operation, java.util.List<T> items)
ds - datasourceoperation - operation which caused the datasource changeitems - items which used in operation, in case of CollectionDatasourceListener.Operation.REFRESH or CollectionDatasourceListener.Operation.CLEAR
equals Collections.emptyList()