net.aerith.misao.gui.dialog
Class AstrometryCatalogSettingDialog.CatalogSelectionListener

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

protected class AstrometryCatalogSettingDialog.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.


Constructor Summary
protected AstrometryCatalogSettingDialog.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

AstrometryCatalogSettingDialog.CatalogSelectionListener

protected AstrometryCatalogSettingDialog.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.