net.aerith.misao.gui
Class OpenCatalogPanel.CatalogHelpListener

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

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

The CatalogHelpListener is a listener class of button push to show the help message of the selected catalog.


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

Constructor Detail

OpenCatalogPanel.CatalogHelpListener

protected OpenCatalogPanel.CatalogHelpListener()
Method Detail

actionPerformed

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