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
 
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
equals, 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