public interface IAnnotSelectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
componentsDeselected(Vector<AnnotationComponent> annotComps)
This notification is sent when one or more AnnotationComponents are
deselected (or deleted)
|
void |
componentSelected(AnnotationComponent comp)
This notification is sent when an AnnotationComponent is selected
|
void componentSelected(AnnotationComponent comp)
comp - The AnnotationComponent which has been selectedvoid componentsDeselected(Vector<AnnotationComponent> annotComps)
annotComps - a list of the deselected AnnotationComponents