net.aerith.misao.toolkit.ImageConversion
Class ConversionDialog.InputFormatListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.ImageConversion.ConversionDialog.InputFormatListener
Enclosing class:
ConversionDialog

protected class ConversionDialog.InputFormatListener
extends java.lang.Object
implements java.awt.event.ActionListener

The InputFormatListener is a listener class of menu selection to specify the input format.


Constructor Summary
protected ConversionDialog.InputFormatListener()
           
 
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

ConversionDialog.InputFormatListener

protected ConversionDialog.InputFormatListener()
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.