public class AnnotationChangeEvent extends ChartChangeEvent
AnnotationChangeListener
to
signal a change to an Annotation
.Constructor and Description |
---|
AnnotationChangeEvent(Object source,
Annotation annotation)
Creates a new
AnnotationChangeEvent instance. |
Modifier and Type | Method and Description |
---|---|
Annotation |
getAnnotation()
Returns the annotation that triggered the event.
|
getChart, getType, setChart, setType
getSource, toString
public AnnotationChangeEvent(Object source, Annotation annotation)
AnnotationChangeEvent
instance.source
- the event source.annotation
- the annotation that triggered the event
(null
not permitted).public Annotation getAnnotation()
null
).Jas4pp 1.5 © Java Analysis Studio for Particle Physics