Interface GroupDataGridDataProviderChangeObserver
- All Known Implementing Classes:
GroupDataGridEditorImpl
public interface GroupDataGridDataProviderChangeObserver
Interface to be implemented by classes that observe changes in the data provider of a
GroupDataGrid.-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the data provider of theGroupDataGridis changed.
-
Method Details
-
dataProviderChanged
void dataProviderChanged()Called when the data provider of theGroupDataGridis changed.
-