edu.iastate.metnet.ui
Class SelectionListener

java.lang.Object
  extended by edu.iastate.metnet.ui.SelectionListener
All Implemented Interfaces:
java.util.EventListener, org.jgraph.event.GraphSelectionListener

 class SelectionListener
extends java.lang.Object
implements org.jgraph.event.GraphSelectionListener

the selection listener of the graph


Field Summary
(package private)  PathwayEditor adaptee
           
 
Constructor Summary
SelectionListener(PathwayEditor adaptee)
           
 
Method Summary
 void valueChanged(org.jgraph.event.GraphSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

PathwayEditor adaptee
Constructor Detail

SelectionListener

SelectionListener(PathwayEditor adaptee)
Method Detail

valueChanged

public void valueChanged(org.jgraph.event.GraphSelectionEvent e)
Specified by:
valueChanged in interface org.jgraph.event.GraphSelectionListener