Package com.smartgwt.client.data.events
Interface HasDataChangedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 DataSource,FacadeDataSource,FilteredList,MockDataSource,RecordList,RestDataSource,ResultSet,ResultTree,Tree,WSDataSource,XJSONDataSource
- 
Method Summary
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addDataChangedHandler
Notification method fired when a DataSource operation such as anadd,removeorupdatemodifies the underlying data for a DataSource.This method is used by
ResultSets to keep the user-visible data up to date as changes are made.- Parameters:
 handler- the dataChanged handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -