net.aerith.misao.gui
Class InformationTable.DeleteXmlFilesListener

java.lang.Object
  |
  +--net.aerith.misao.gui.InformationTable.DeleteXmlFilesListener
Enclosing class:
InformationTable

protected class InformationTable.DeleteXmlFilesListener
extends java.lang.Object
implements java.awt.event.ActionListener

The DeleteXmlFilesListener is a listener class of menu selection to delete selected XML files.


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

Constructor Detail

InformationTable.DeleteXmlFilesListener

protected InformationTable.DeleteXmlFilesListener()
Method Detail

actionPerformed

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