net.aerith.misao.gui.dialog
Class LevelAdjustmentDialog.AutoListener

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.LevelAdjustmentDialog.AutoListener
Enclosing class:
LevelAdjustmentDialog

protected class LevelAdjustmentDialog.AutoListener
extends java.lang.Object
implements java.awt.event.ActionListener

The AutoListener is a listener class of button push to set the proper level automatically.


Constructor Summary
protected LevelAdjustmentDialog.AutoListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when the button is pushed.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

LevelAdjustmentDialog.AutoListener

protected LevelAdjustmentDialog.AutoListener()
Method Detail

actionPerformed

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