org.objectweb.fractal.gui.graph.model
Interface GraphModelListener

All Known Implementing Classes:
BasicGraphView, BasicUndoManager

public interface GraphModelListener

An interface to be notified of changes in a graph model.


Method Summary
 void componentColorChanged(Component component, java.awt.Color oldColor)
          TODO javadoc.
 void componentPositionChanged(Component component, Rect oldValue)
          Notifies this listener that the coordinates of a component have changed.
 

Method Detail

componentColorChanged

public void componentColorChanged(Component component,
                                  java.awt.Color oldColor)
TODO javadoc.

Parameters:
component -
oldColor -

componentPositionChanged

public void componentPositionChanged(Component component,
                                     Rect oldValue)
Notifies this listener that the coordinates of a component have changed.

Parameters:
component - the component whose coordinates have changed.
oldValue - the old coordinates of this component.