Uses of Interface
gate.event.FeatureMapListener

Packages that use FeatureMapListener
gate  
gate.annotation   
gate.corpora   
gate.util   
 

Uses of FeatureMapListener in gate
 

Methods in gate with parameters of type FeatureMapListener
 void FeatureMap.removeFeatureMapListener(FeatureMapListener l)
          Removes a gate listener
 void FeatureMap.addFeatureMapListener(FeatureMapListener l)
          Adds a gate listener
 

Uses of FeatureMapListener in gate.annotation
 

Classes in gate.annotation that implement FeatureMapListener
(package private)  class AnnotationImpl.EventsHandler
          All the events from the features are handled by this inner class.
 

Uses of FeatureMapListener in gate.corpora
 

Classes in gate.corpora that implement FeatureMapListener
(package private)  class DatabaseCorpusImpl.EventsHandler
          All the events from the features are handled by this inner class.
(package private)  class DatabaseDocumentImpl.EventsHandler
          All the events from the features are handled by this inner class.
 

Uses of FeatureMapListener in gate.util
 

Methods in gate.util with parameters of type FeatureMapListener
 void SimpleFeatureMapImpl.removeFeatureMapListener(FeatureMapListener l)
          Removes a gate listener
 void SimpleFeatureMapImpl.addFeatureMapListener(FeatureMapListener l)
          Adds a gate listener