Package com.smartgwt.client.data.events
Interface DataChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
-
Method Details
-
onDataChanged
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, and by components that have no cache manager - seeDynamicForm.cacheSync.- Parameters:
event- the event
-