@Deprecated public class CollectionDsListenerAdapter<T extends Entity> extends DsListenerAdapter<T> implements CollectionDatasourceListener<T>
CollectionDatasourceListener. Use it if you need to implement only few methods.CollectionDatasourceListener.Operation| Constructor and Description |
|---|
CollectionDsListenerAdapter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
collectionChanged(CollectionDatasource ds,
CollectionDatasourceListener.Operation operation,
java.util.List<T> items)
Deprecated.
Enclosed collection changed.
|
itemChanged, stateChanged, valueChangedequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititemChanged, stateChangedvalueChangedpublic void collectionChanged(CollectionDatasource ds, CollectionDatasourceListener.Operation operation, java.util.List<T> items)
CollectionDatasourceListenercollectionChanged in interface CollectionDatasourceListener<T extends Entity>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()