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

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

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

The FilterListener is a listener class of menu selection to select image processing filters.


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

BatchExaminationSettingDialog.FilterListener

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