org.jgraph.plaf.basic
Class BasicGraphUI.GraphViewObserver

java.lang.Object
  extended by org.jgraph.plaf.basic.BasicGraphUI.GraphViewObserver
All Implemented Interfaces:
Serializable, Observer
Enclosing class:
BasicGraphUI

public class BasicGraphUI.GraphViewObserver
extends Object
implements Observer, Serializable

Listens for changes in the graph view and updates the size accordingly.

See Also:
Serialized Form

Constructor Summary
BasicGraphUI.GraphViewObserver()
           
 
Method Summary
 void update(Observable o, Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicGraphUI.GraphViewObserver

public BasicGraphUI.GraphViewObserver()
Method Detail

update

public void update(Observable o,
                   Object arg)
Specified by:
update in interface Observer