net.aerith.misao.gui
Class CatalogTree.CatalogSelectionListener

java.lang.Object
  |
  +--net.aerith.misao.gui.CatalogTree.CatalogSelectionListener
Enclosing class:
CatalogTree

protected class CatalogTree.CatalogSelectionListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener

The CatalogSelectionListener is a listener class of catalog selection.


Constructor Summary
protected CatalogTree.CatalogSelectionListener()
           
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
          Called whenever the value of the selection changes.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

CatalogTree.CatalogSelectionListener

protected CatalogTree.CatalogSelectionListener()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent e)
Called whenever the value of the selection changes.
Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener
Parameters:
e - the event that characterizes the change.