JGraph
v3.3


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

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

clone

public Object clone()
Invoked to clone the user object.
Overrides:
clone in class Object

JGraph
v3.3


Copyright (C) 2001-2004 JGraph.org. All rights reserved.