gate.creole.gazetteer
Class GazetteerEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gate.event.GateEvent
          extended by gate.creole.gazetteer.GazetteerEvent
All Implemented Interfaces:
Serializable

public class GazetteerEvent
extends GateEvent

Gazetteer Event to be used whenever an event needs to be fired and spread among Gazetteer Listeners

See Also:
Serialized Form

Field Summary
static int REINIT
          gazetteer reinitialized event
 
Fields inherited from class gate.event.GateEvent
FEATURES_UPDATED, type
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GazetteerEvent(Object source, int type)
          Creates a gazetteer event
 
Method Summary
 
Methods inherited from class gate.event.GateEvent
getType
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REINIT

public static final int REINIT
gazetteer reinitialized event

See Also:
Constant Field Values
Constructor Detail

GazetteerEvent

public GazetteerEvent(Object source,
                      int type)
Creates a gazetteer event

Parameters:
source - the Object that generated the event
type - the tupe of the event