|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Annotation
The base interface for annotations. All annotations should support the
AnnotationChangeEvent
mechanism by allowing listeners to register
and receive notification of any changes to the annotation.
Method Summary | |
---|---|
void |
addChangeListener(AnnotationChangeListener listener)
Registers an object for notification of changes to the annotation. |
void |
removeChangeListener(AnnotationChangeListener listener)
Deregisters an object for notification of changes to the annotation. |
Method Detail |
---|
void addChangeListener(AnnotationChangeListener listener)
listener
- the object to register.void removeChangeListener(AnnotationChangeListener listener)
listener
- the object to deregister.
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |