net.clackrouter.jgraph.pad
Class GPGraphUI.PropertyChangeHandler

java.lang.Object
  extended by net.clackrouter.jgraph.pad.GPGraphUI.PropertyChangeHandler
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener
Enclosing class:
GPGraphUI

public class GPGraphUI.PropertyChangeHandler
extends java.lang.Object
implements java.beans.PropertyChangeListener, java.io.Serializable

PropertyChangeListener for the graph. Updates the appropriate variable and takes the appropriate actions, based on what changes.

See Also:
Serialized Form

Constructor Summary
GPGraphUI.PropertyChangeHandler()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPGraphUI.PropertyChangeHandler

public GPGraphUI.PropertyChangeHandler()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent event)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener