com.jgraph.graph
Interface DefaultGraphCell.ValueChangeHandler

Enclosing interface:
DefaultGraphCell

public static interface DefaultGraphCell.ValueChangeHandler


Method Summary
 java.lang.Object valueChanged(java.lang.Object newValue)
          Messaged when the value of the cell has changed.
 

Method Detail

valueChanged

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