Uses of Class
gate.creole.gazetteer.GazetteerEvent

Packages that use GazetteerEvent
com.ontotext.gate.vr   
gate.creole.gazetteer   
gate.gui   
 

Uses of GazetteerEvent in com.ontotext.gate.vr
 

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

Uses of GazetteerEvent in gate.creole.gazetteer
 

Methods in gate.creole.gazetteer with parameters of type GazetteerEvent
 void AbstractGazetteer.fireGazetteerEvent(GazetteerEvent ge)
          fires a Gazetteer Event
 void Gazetteer.fireGazetteerEvent(GazetteerEvent ge)
          Fires a Gazetteer Event
 void GazetteerListener.processGazetteerEvent(GazetteerEvent e)
          Called when a Gazetteer event has occured
 

Uses of GazetteerEvent in gate.gui
 

Methods in gate.gui with parameters of type GazetteerEvent
 void GazetteerEditor.processGazetteerEvent(GazetteerEvent e)