net.aerith.misao.gui.dialog
Class DesignationDialog.TypeChangedListener

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.DesignationDialog.TypeChangedListener
Enclosing class:
DesignationDialog

protected class DesignationDialog.TypeChangedListener
extends java.lang.Object
implements java.awt.event.ActionListener

The TypeChangedListener is a listener class of the radio button selection.


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

Constructor Detail

DesignationDialog.TypeChangedListener

protected DesignationDialog.TypeChangedListener()
Method Detail

actionPerformed

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