org.almendra.janet.cas.node.gui
Class NodeView.IvjEventHandler

java.lang.Object
  extended by org.almendra.janet.cas.node.gui.NodeView.IvjEventHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
NodeView

 class NodeView.IvjEventHandler
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.ListSelectionListener


Constructor Summary
NodeView.IvjEventHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeView.IvjEventHandler

NodeView.IvjEventHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener