net.aerith.misao.toolkit.BatchExamination
Class BatchExaminationSettingDialog.ModeListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.BatchExamination.BatchExaminationSettingDialog.ModeListener
Enclosing class:
BatchExaminationSettingDialog

protected class BatchExaminationSettingDialog.ModeListener
extends java.lang.Object
implements java.awt.event.ActionListener

The ModeListener is a listener class to select a mode.


Constructor Summary
protected BatchExaminationSettingDialog.ModeListener()
           
 
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

BatchExaminationSettingDialog.ModeListener

protected BatchExaminationSettingDialog.ModeListener()
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.