org.jfree.chart.event
Class AnnotationChangeEvent
java.lang.Object
java.util.EventObject
org.jfree.chart.event.ChartChangeEvent
org.jfree.chart.event.AnnotationChangeEvent
- All Implemented Interfaces:
- Serializable
public class AnnotationChangeEvent
- extends ChartChangeEvent
An event that can be forwarded to any AnnotationChangeListener
to
signal a change to an Annotation
.
- Since:
- 1.0.14
- See Also:
- Serialized Form
AnnotationChangeEvent
public AnnotationChangeEvent(Object source,
Annotation annotation)
- Creates a new
AnnotationChangeEvent
instance.
- Parameters:
source
- the event source.annotation
- the annotation that triggered the event
(null
not permitted).- Since:
- 1.0.14
getAnnotation
public Annotation getAnnotation()
- Returns the annotation that triggered the event.
- Returns:
- The annotation that triggered the event (never
null
). - Since:
- 1.0.14
Copyright © 2001-2012 JFree.org. All Rights Reserved.