net.aerith.misao.toolkit.ImageConversion
Class ImageConversionFrame.ConfigurationListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.ImageConversion.ImageConversionFrame.ConfigurationListener
Enclosing class:
ImageConversionFrame

protected class ImageConversionFrame.ConfigurationListener
extends java.lang.Object
implements java.awt.event.ActionListener

The ConfigurationListener is a listener class of menu selection to configure.


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

Constructor Detail

ImageConversionFrame.ConfigurationListener

protected ImageConversionFrame.ConfigurationListener()
Method Detail

actionPerformed

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