com.ijchart.xychart.event
Class AnnotationChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.ijchart.xychart.event.AnnotationChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class AnnotationChangeEvent
extends java.util.EventObject
implements java.io.Serializable

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.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AnnotationChangeEvent(IAnnotation annotation)
          构造一个新的对象.
 
Method Summary
 IAnnotation getAnnotation()
          返回产生事件的注解(annotation)对象.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationChangeEvent

public AnnotationChangeEvent(IAnnotation annotation)
构造一个新的对象.

Parameters:
annotation - IAnnotation 产生事件的注解(annotation)对象 (不可为null).
Method Detail

getAnnotation

public IAnnotation getAnnotation()
返回产生事件的注解(annotation)对象.

Returns:
产生事件的注解(annotation)对象.