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 interfaceDialChartsDataEventA dial chart data event to handle the property changed.Classes in org.zkoss.chart.model that implement ChartsDataEvent Modifier and Type Class Description classChartsDataEventImplDefines an event that encapsulates changes to a charts' data model.classDialChartsDataEventImplA 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 voidChartsModelProxy. fireEvent(ChartsDataEvent evt)voidChartsDataListener. onChange(ChartsDataEvent event)Sent when the contents of the list has changed.
-