DataSourceChangedNotifier
interface DataSourceChangedNotifier
Interface for the notification of changes in the data source. It allows the subscription to data source changes and enables reaction to them.
Important: This is a Public Preview API. It may be changed or removed at any time.
Properties
Link copied to clipboard
The active data source. Listeners subscribed through addDataSourceChangedListener are notified each time this value changes.
Functions
Link copied to clipboard
Adds a DataSourceChangedListener. The listener is notified of new DataSource each time an active data source changed.
Link copied to clipboard
Removes a previously added DataSourceChangedListener.