edu.iastate.reload.ui
Class SelectionListener

java.lang.Object
  extended by edu.iastate.reload.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)  NetworkEditForm adaptee
          actual listener implementation
 
Constructor Summary
SelectionListener(NetworkEditForm adaptee)
          default constructor
 
Method Summary
 void valueChanged(org.jgraph.event.GraphSelectionEvent e)
          callback graph listener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

NetworkEditForm adaptee
actual listener implementation

Constructor Detail

SelectionListener

SelectionListener(NetworkEditForm adaptee)
default constructor

Parameters:
adaptee - the actual listener
Method Detail

valueChanged

public void valueChanged(org.jgraph.event.GraphSelectionEvent e)
callback graph listener

Specified by:
valueChanged in interface org.jgraph.event.GraphSelectionListener