uk.ac.ed.morphml_handler
Class Morphology.MorphologyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by uk.ac.ed.morphml_handler.Morphology.MorphologyEvent
All Implemented Interfaces:
Serializable
Enclosing class:
Morphology

public static class Morphology.MorphologyEvent
extends EventObject

See Also:
Serialized Form

Field Summary
protected  Cell cell
           
protected  Feature feature
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Morphology.MorphologyEvent(Object source)
           
Morphology.MorphologyEvent(Object source, Cell cell)
           
Morphology.MorphologyEvent(Object source, Feature feature)
           
 
Method Summary
 Cell getCell()
           
 Feature getFeature()
           
 
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

cell

protected Cell cell

feature

protected Feature feature
Constructor Detail

Morphology.MorphologyEvent

public Morphology.MorphologyEvent(Object source)

Morphology.MorphologyEvent

public Morphology.MorphologyEvent(Object source,
                                  Cell cell)

Morphology.MorphologyEvent

public Morphology.MorphologyEvent(Object source,
                                  Feature feature)
Method Detail

getCell

public Cell getCell()

getFeature

public Feature getFeature()