Uses of Class
gate.event.AnnotationSetEvent

Packages that use AnnotationSetEvent
gate.annotation   
gate.event   
gate.gui   
 

Uses of AnnotationSetEvent in gate.annotation
 

Methods in gate.annotation with parameters of type AnnotationSetEvent
protected  void AnnotationSetImpl.fireAnnotationAdded(AnnotationSetEvent e)
           
protected  void AnnotationSetImpl.fireAnnotationRemoved(AnnotationSetEvent e)
           
 

Uses of AnnotationSetEvent in gate.event
 

Methods in gate.event with parameters of type AnnotationSetEvent
 void AnnotationSetListener.annotationAdded(AnnotationSetEvent e)
          Called when a new Annotation has been added
 void AnnotationSetListener.annotationRemoved(AnnotationSetEvent e)
          Called when an Annotation has been removed
 

Uses of AnnotationSetEvent in gate.gui
 

Methods in gate.gui with parameters of type AnnotationSetEvent
 void AnnotationEditor.DelayedListener.annotationAdded(AnnotationSetEvent e)
           
 void AnnotationEditor.DelayedListener.annotationRemoved(AnnotationSetEvent e)