org.zkoss.zkmax.zul.fusionchart.config
Interface ChartInfoNotifier

All Known Subinterfaces:
ChartProperties
All Known Implementing Classes:
AbstractChartConfig, CategoriesPropertiesMap, CategoryChartConfig, ChartPropertiesMap, DefaultChartProperties, GanttChartCategoriesPropertiesList, GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties, GanttChartConfig, GanttChartHeaderPropertiesMap, GanttChartSeriesPropertiesMap, GanttChartSeriesPropertiesMap.GanttChartSeriesProperties, GanttTableConfig, GanttTableConfig.GanttRowPropertiesList, GanttTableConfig.GanttTableColumnProperties, GanttTableConfig.GanttTableColumnPropertiesMap, MilestonePropertiesList, PieChartConfig, ProcessPropertiesMap, SeriesPropertiesMap, TrendLinePropertiesList, XYChartConfig, XYChartConfig.AxisPropertiesMap

public interface ChartInfoNotifier

Since:
6.0.1
Author:
tony

Method Summary
 void addChartDataListener(ChartDataListener l)
           
 void addPropertyListener(ChartInfoNotifier property)
           
 void removeChartDataListener(ChartDataListener l)
           
 void removePropertyListener(ChartInfoNotifier property)
           
 

Method Detail

addChartDataListener

void addChartDataListener(ChartDataListener l)

removeChartDataListener

void removeChartDataListener(ChartDataListener l)

addPropertyListener

void addPropertyListener(ChartInfoNotifier property)

removePropertyListener

void removePropertyListener(ChartInfoNotifier property)


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo