gate.event
Interface AnnotationSetListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AnnotationSetsView, CorefEditor

public interface AnnotationSetListener
extends EventListener

A listener for events fired by an AnnotationSet (AnnotationSetEvent)


Method Summary
 void annotationAdded(AnnotationSetEvent e)
          Called when a new Annotation has been added
 void annotationRemoved(AnnotationSetEvent e)
          Called when an Annotation has been removed
 

Method Detail

annotationAdded

void annotationAdded(AnnotationSetEvent e)
Called when a new Annotation has been added


annotationRemoved

void annotationRemoved(AnnotationSetEvent e)
Called when an Annotation has been removed