Package io.jmix.ui.data
Interface DataChangeListener
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
JmixAmchartsScene.ProxyChangeForwarder
,JmixAmStockChartScene.ProxyChangeForwarder
Listener to data provider item change events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enclosed collection changed.
-
Method Details
-
dataItemsChanged
Enclosed collection changed.- Parameters:
e
- event with information about changes of data items
-