net.aerith.misao.gui
Class OpenCatalogPanel.CatalogSelectionListener

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

protected class OpenCatalogPanel.CatalogSelectionListener
extends java.lang.Object
implements java.awt.event.ActionListener

The CatalogSelectionListener is a listener class of item selection in combo box to select the catalog reader.


Constructor Summary
protected OpenCatalogPanel.CatalogSelectionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when one of the radio button menus is selected.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

OpenCatalogPanel.CatalogSelectionListener

protected OpenCatalogPanel.CatalogSelectionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when one of the radio button menus is selected.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - contains the selected menu item.