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

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

protected class DesignationDialog.DesignationChangedListener
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.CaretListener

The DesignationChangedListener is a listener class to change the designation.


Constructor Summary
protected DesignationDialog.DesignationChangedListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when one of the combo boxes is selected.
 void caretUpdate(javax.swing.event.CaretEvent e)
          Invoked when the caret position is updated.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DesignationDialog.DesignationChangedListener

protected DesignationDialog.DesignationChangedListener()
Method Detail

actionPerformed

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

caretUpdate

public void caretUpdate(javax.swing.event.CaretEvent e)
Invoked when the caret position is updated.
Specified by:
caretUpdate in interface javax.swing.event.CaretListener
Parameters:
e - contains the caret information.