gate.annotation
Class AnnotationImpl.EventsHandler

java.lang.Object
  extended bygate.annotation.AnnotationImpl.EventsHandler
All Implemented Interfaces:
EventListener, FeatureMapListener, Serializable
Enclosing class:
AnnotationImpl

class AnnotationImpl.EventsHandler
extends Object
implements FeatureMapListener, Serializable

All the events from the features are handled by this inner class.


Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
(package private) AnnotationImpl.EventsHandler()
           
 
Method Summary
 void featureMapUpdated()
          Called when a feature map has been updated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AnnotationImpl.EventsHandler

AnnotationImpl.EventsHandler()
Method Detail

featureMapUpdated

public void featureMapUpdated()
Description copied from interface: FeatureMapListener
Called when a feature map has been updated

Specified by:
featureMapUpdated in interface FeatureMapListener