Uses of Interface
org.zkoss.chart.model.ChartsDataEvent
-
Packages that use ChartsDataEvent Package Description org.zkoss.chart.model -
-
Uses of ChartsDataEvent in org.zkoss.chart.model
Subinterfaces of ChartsDataEvent in org.zkoss.chart.model Modifier and Type Interface Description interface
DialChartsDataEvent
A dial chart data event to handle the property changed.Classes in org.zkoss.chart.model that implement ChartsDataEvent Modifier and Type Class Description class
ChartsDataEventImpl
Defines an event that encapsulates changes to a charts' data model.class
DialChartsDataEventImpl
A dial chart data event to handle the property changed.Methods in org.zkoss.chart.model with parameters of type ChartsDataEvent Modifier and Type Method Description void
ChartsModelProxy. fireEvent(ChartsDataEvent evt)
void
ChartsDataListener. onChange(ChartsDataEvent event)
Sent when the contents of the list has changed.
-