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.

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

Copyright: Copyright (c) 2013

Company:

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

Method Summary
 void annotationChanged(AnnotationChangeEvent event)
           Receives notification of an IAnnotation change event.
 

Method Detail

annotationChanged

void annotationChanged(AnnotationChangeEvent event)
Receives notification of an IAnnotation change event.

Parameters:
event - AnnotationChangeEvent Information about the event.