net.clackrouter.jgraph.pad
Class GPGraphUI.GraphViewObserver

java.lang.Object
  extended by net.clackrouter.jgraph.pad.GPGraphUI.GraphViewObserver
All Implemented Interfaces:
java.io.Serializable, java.util.Observer
Enclosing class:
GPGraphUI

public class GPGraphUI.GraphViewObserver
extends java.lang.Object
implements java.util.Observer, java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

GPGraphUI.GraphViewObserver

public GPGraphUI.GraphViewObserver()
Method Detail

update

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