public interface Annotation
AnnotationChangeEvent mechanism by allowing listeners to register
and receive notification of any changes to the annotation.| Modifier and Type | Method and Description |
|---|---|
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.
|
void addChangeListener(AnnotationChangeListener listener)
listener - the object to register.void removeChangeListener(AnnotationChangeListener listener)
listener - the object to deregister.