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

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

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

The OutputFormatListener is a listener class of menu selection to specify the output format.


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

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