Uses of Interface
com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
-
Packages that use ConfigurationChangeListener Package Description com.vaadin.flow.component.charts.model -
-
Uses of ConfigurationChangeListener in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model with parameters of type ConfigurationChangeListener Modifier and Type Method Description voidConfiguration. addChangeListener(ConfigurationChangeListener listener)Sets the listener to be notified of e.g.voidConfiguration. removeChangeListener(ConfigurationChangeListener listener)Removes a change listener.
-