The <DataViewDatasourceDelegate> protocol is used to work with a data source delegate.
<NSObject>
The data source delegate is subscribed for data source events and handles them.
dataSourceUpdated:withReason:. Handles delegate message about event occurred in the data source.
See also: