Uses of Interface
com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
Packages that use ConfigurationChangeListener
-
Uses of ConfigurationChangeListener in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model with parameters of type ConfigurationChangeListenerModifier and TypeMethodDescriptionvoidConfiguration.addChangeListener(ConfigurationChangeListener listener) Sets the listener to be notified of e.g. data series changesvoidConfiguration.removeChangeListener(ConfigurationChangeListener listener) Removes a change listener.