uk.ac.ed.morphml_handler
Class Morphology.MorphologyAdapter

java.lang.Object
  extended by uk.ac.ed.morphml_handler.Morphology.MorphologyAdapter
All Implemented Interfaces:
MorphMLEntity.MorphMLEntityListener, Morphology.MorphologyListener
Enclosing class:
Morphology

public static class Morphology.MorphologyAdapter
extends Object
implements Morphology.MorphologyListener


Constructor Summary
Morphology.MorphologyAdapter()
           
 
Method Summary
 void cellAdded(Morphology.MorphologyEvent event)
           
 void cellRemoved(Morphology.MorphologyEvent event)
           
 void entityHidden(EventObject event)
           
 void entityShown(EventObject event)
           
 void featureAdded(Morphology.MorphologyEvent event)
           
 void featureRemoved(Morphology.MorphologyEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Morphology.MorphologyAdapter

public Morphology.MorphologyAdapter()
Method Detail

entityShown

public void entityShown(EventObject event)
Specified by:
entityShown in interface MorphMLEntity.MorphMLEntityListener

entityHidden

public void entityHidden(EventObject event)
Specified by:
entityHidden in interface MorphMLEntity.MorphMLEntityListener

cellAdded

public void cellAdded(Morphology.MorphologyEvent event)
Specified by:
cellAdded in interface Morphology.MorphologyListener

cellRemoved

public void cellRemoved(Morphology.MorphologyEvent event)
Specified by:
cellRemoved in interface Morphology.MorphologyListener

featureAdded

public void featureAdded(Morphology.MorphologyEvent event)
Specified by:
featureAdded in interface Morphology.MorphologyListener

featureRemoved

public void featureRemoved(Morphology.MorphologyEvent event)
Specified by:
featureRemoved in interface Morphology.MorphologyListener