Uses of Interface
gate.event.AnnotationListener

Packages that use AnnotationListener
gate  
gate.annotation   
 

Uses of AnnotationListener in gate
 

Methods in gate with parameters of type AnnotationListener
 void Annotation.removeAnnotationListener(AnnotationListener l)
          Removes an annotation listener
 void Annotation.addAnnotationListener(AnnotationListener l)
          Adds an annotation listener
 

Uses of AnnotationListener in gate.annotation
 

Classes in gate.annotation that implement AnnotationListener
 class DatabaseAnnotationSetImpl
           
 

Methods in gate.annotation with parameters of type AnnotationListener
 void AnnotationImpl.removeAnnotationListener(AnnotationListener l)
          Removes an annotation listener
 void AnnotationImpl.addAnnotationListener(AnnotationListener l)
          Adds an annotation listener