Uses of Class
gate.event.GateEvent

Packages that use GateEvent
gate.annotation   
gate.corpora   
gate.event   
 

Uses of GateEvent in gate.annotation
 

Methods in gate.annotation with parameters of type GateEvent
protected  void AnnotationSetImpl.fireGateEvent(GateEvent e)
           
 

Uses of GateEvent in gate.corpora
 

Methods in gate.corpora with parameters of type GateEvent
protected  void DocumentImpl.fireGateEvent(GateEvent e)
           
 

Uses of GateEvent in gate.event
 

Subclasses of GateEvent in gate.event
 class AnnotationSetEvent
          This class models events fired by an AnnotationSet.
 class CreoleEvent
          Events related to the gate.creole package.
 class DatastoreEvent
          This class models events fired by datastores.
 class DocumentEvent
          This class models events fired by an Document.
 

Methods in gate.event with parameters of type GateEvent
 void GateListener.processGateEvent(GateEvent e)
          Called when a Gate event has occured