net.aerith.misao.gui.dialog
Class MpcFormatSettingDialog.EditDesignationListener

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.MpcFormatSettingDialog.EditDesignationListener
Enclosing class:
MpcFormatSettingDialog

protected class MpcFormatSettingDialog.EditDesignationListener
extends java.lang.Object
implements java.awt.event.ActionListener

The EditDesignationListener is a listener class to edit the designation.


Constructor Summary
protected MpcFormatSettingDialog.EditDesignationListener()
           
 
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

MpcFormatSettingDialog.EditDesignationListener

protected MpcFormatSettingDialog.EditDesignationListener()
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.