public class WeakDsListenerAdapter extends java.lang.Object implements Datasource.ItemPropertyChangeListener, Datasource.StateChangeListener, CollectionDatasource.CollectionChangeListener
| Constructor and Description |
|---|
WeakDsListenerAdapter(CollectionDatasource datasource,
Datasource.ItemPropertyChangeListener itemPropertyChangeListener,
Datasource.StateChangeListener stateChangeListener,
CollectionDatasource.CollectionChangeListener collectionChangeListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
collectionChanged(CollectionDatasource.CollectionChangeEvent e)
Enclosed collection changed.
|
void |
itemPropertyChanged(Datasource.ItemPropertyChangeEvent e)
Property value of some datasource item changed.
|
void |
stateChanged(Datasource.StateChangeEvent e)
Datasource state changed.
|
public WeakDsListenerAdapter(CollectionDatasource datasource, Datasource.ItemPropertyChangeListener itemPropertyChangeListener, Datasource.StateChangeListener stateChangeListener, CollectionDatasource.CollectionChangeListener collectionChangeListener)
public void collectionChanged(CollectionDatasource.CollectionChangeEvent e)
CollectionDatasource.CollectionChangeListenercollectionChanged in interface CollectionDatasource.CollectionChangeListenerpublic void itemPropertyChanged(Datasource.ItemPropertyChangeEvent e)
Datasource.ItemPropertyChangeListenerCollectionDatasource this method may be
called for any item of collection if its property value changed.itemPropertyChanged in interface Datasource.ItemPropertyChangeListenerpublic void stateChanged(Datasource.StateChangeEvent e)
Datasource.StateChangeListenerstateChanged in interface Datasource.StateChangeListener