Uses of Class
gate.event.GateEvent

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

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.event
 

Subclasses of GateEvent in gate.event
 class AnnotationEvent
          This class models events fired by an Annotation.
 class AnnotationSetEvent
          This class models events fired by an AnnotationSet.
 class CorpusEvent
          Models events fired by corpora when documents are added or removed.
 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.
 class ObjectModificationEvent
           
 

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

Uses of GateEvent in gate.security
 

Methods in gate.security with parameters of type GateEvent
 void UserImpl.processGateEvent(GateEvent e)
          huh?
 void GroupImpl.processGateEvent(GateEvent e)
           
 void AccessControllerImpl.processGateEvent(GateEvent e)