org.jgraph.graph
Interface DefaultGraphCell.ValueChangeHandler

Enclosing class:
DefaultGraphCell

public static interface DefaultGraphCell.ValueChangeHandler


Method Summary
 Object clone()
          Invoked to clone the user object.
 Object valueChanged(Object newValue)
          Messaged when the value of the cell has changed.
 

Method Detail

valueChanged

Object valueChanged(Object newValue)
Messaged when the value of the cell has changed. Return the old value for correct undo/redo.


clone

Object clone()
Invoked to clone the user object.