com.ijchart.xychart.listener
Interface IChartShapeChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractChartShape, AbstractImageChartShape, AbstractRectangleTextChartShape, AbstractShapeCollection, AbstractTextChartShape, AnnotationShapeCollection, AxisShapeCollection, BoxAndWhiskerChartShape, ChartPanel, ChartShapeCollection, CylinderTextChartShape, DblHeadMatchstickChartShape, DualBreakLineChartShape, EllipseTextChartShape, ErrorCrossChartShape, GeneralPathChartShape, GranttChartShape, HighLowChartShape, IShapedChartShape, LegendItemChartShape, LegendShapeCollection, LineAndShapeChartShape, LineChartShape, MeterArcChartShape, MinMaxChartShape, PaintScaleLegendChartShape, ParallelepipedTextChartShape, PieOutsideLabelChartShape, PlotShapeCollection, RectangleImageChartShape, RectangleTextChartShape, RenderShapeCollection, RingChartShape, SectorChartShape, StatisticalBarChartShape, StatisticalLineChartShape, StockChartShape, TextAndPointerChartShape, TitleShapeCollection

public interface IChartShapeChangeListener
extends java.util.EventListener

Title: IJChart

Description: a chart library for the Java(tm) platform.

The interface that must be supported by classes that wish to receive notification of changes to a IChartShape

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.

Method Summary
 void chartShapeChanged(ChartShapeChangeEvent event)
           Receives notification of an IChartShape change event.
 

Method Detail

chartShapeChanged

void chartShapeChanged(ChartShapeChangeEvent event)
Receives notification of an IChartShape change event.

Parameters:
event - ChartShapeChangeEvent Information about the event.