net.aerith.misao.toolkit.CrossIdentification
Class CrossIdentificationSettingDialog.TargetListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.CrossIdentification.CrossIdentificationSettingDialog.TargetListener
Enclosing class:
CrossIdentificationSettingDialog

protected class CrossIdentificationSettingDialog.TargetListener
extends java.lang.Object
implements java.awt.event.ActionListener

The TargetListener is a listener class of selection of a radio button to select whether to identify with database or another catalog.


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

Constructor Detail

CrossIdentificationSettingDialog.TargetListener

protected CrossIdentificationSettingDialog.TargetListener()
Method Detail

actionPerformed

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