com.ijchart.xychart.listener
Interface IAnnotationChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractAnnotation, AbstractTextAnnotation, CategoryLineAnnotation, CategoryTextAndPointerAnnotation, CategoryTextAnnotation, XYImageAnnotation, XYLineAnnotation, XYPointerAnnotation, XYShapeAnnotation, XYTextAnnotation

public interface IAnnotationChangeListener
extends java.util.EventListener

Title: IJChart

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

本接口必须由需要接收到图表中的注解(annotation)对象变化的类来实现.

Copyright: Copyright (c) 2013

Company:

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

Method Summary
 void annotationChanged(AnnotationChangeEvent event)
          接收到注解(annotation)对象变化的通知.
 

Method Detail

annotationChanged

void annotationChanged(AnnotationChangeEvent event)
接收到注解(annotation)对象变化的通知.

Parameters:
event - AnnotationChangeEvent 描述注解(annotation)对象变化的对象