Uses of Interface
org.zkoss.zul.event.ChartDataListener

Packages that use ChartDataListener
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
 

Uses of ChartDataListener in org.zkoss.zul
 

Methods in org.zkoss.zul with parameters of type ChartDataListener
 void ChartModel.addChartDataListener(ChartDataListener l)
          Adds a listener to the chart that's notified each time a change to the data model occurs.
 void AbstractChartModel.addChartDataListener(ChartDataListener l)
           
 void ChartModel.removeChartDataListener(ChartDataListener l)
          Removes a listener from the chart that's notified each time a change to the data model occurs.
 void AbstractChartModel.removeChartDataListener(ChartDataListener l)
           
 



Copyright © 2013. All rights reserved.