gate.creole.gazetteer
Class GazetteerEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--gate.event.GateEvent
              |
              +--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
 
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, registerNatives, wait, wait, wait
 

Field Detail

REINIT

public static final int REINIT
gazetteer reinitialized event
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