net.aerith.misao.toolkit.MagnitudeRecord
Class MagnitudeRecordTable.SaveListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.MagnitudeRecord.MagnitudeRecordTable.SaveListener
Enclosing class:
MagnitudeRecordTable

protected class MagnitudeRecordTable.SaveListener
extends java.lang.Object
implements java.awt.event.ActionListener

The SaveListener is a listener class of menu selection to save the report in a file.


Constructor Summary
protected MagnitudeRecordTable.SaveListener()
           
 
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

MagnitudeRecordTable.SaveListener

protected MagnitudeRecordTable.SaveListener()
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.