Uses of Class
gate.event.GateEvent

Packages that use GateEvent
com.ontotext.gate.vr   
gate.annotation   
gate.creole.gazetteer   
gate.event   
gate.gui.docview   
gate.gui.ontology   
gate.security   
 

Uses of GateEvent in com.ontotext.gate.vr
 

Methods in com.ontotext.gate.vr with parameters of type GateEvent
 void Gaze.processGateEvent(GateEvent e)
           
 

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.creole.gazetteer
 

Subclasses of GateEvent in gate.creole.gazetteer
 class GazetteerEvent
          Gazetteer Event to be used whenever an event needs to be fired and spread among Gazetteer Listeners
 

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 ControllerEvent
          Events fired by controllers.
 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.gui.docview
 

Subclasses of GateEvent in gate.gui.docview
private  class AnnotationSetsView.PerformActionEvent
          A fake GATE Event used to wrap a Runnable value.
 

Fields in gate.gui.docview declared as GateEvent
private static GateEvent AnnotationSetsView.END_OF_LIST
          A special GateEvent used as a flag.
 

Fields in gate.gui.docview with type parameters of type GateEvent
protected  BlockingQueue<GateEvent> AnnotationSetsView.pendingEvents
           
 

Uses of GateEvent in gate.gui.ontology
 

Methods in gate.gui.ontology with parameters of type GateEvent
 void OntologyEditor.processGateEvent(GateEvent e)
           
 

Uses of GateEvent in gate.security
 

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