gate.event
Interface AnnotationSetListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- DatabaseAnnotationSetImpl.EventsHandler, DocumentEditor.EventsHandler
- public interface AnnotationSetListener
- extends EventListener
A listener for events fired by an AnnotationSet
(AnnotationSetEvent
)
annotationAdded
public void annotationAdded(AnnotationSetEvent e)
- Called when a new
Annotation
has been added
annotationRemoved
public void annotationRemoved(AnnotationSetEvent e)
- Called when an
Annotation
has been removed