net.aerith.misao.toolkit.PositionRecord
Class PositionRecordTable.SaveAsMpcFormatListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.PositionRecord.PositionRecordTable.SaveAsMpcFormatListener
Enclosing class:
PositionRecordTable

protected class PositionRecordTable.SaveAsMpcFormatListener
extends java.lang.Object
implements java.awt.event.ActionListener

The SaveAsMpcFormatListener is a listener class of menu selection to save the positions in MPC format.


Constructor Summary
protected PositionRecordTable.SaveAsMpcFormatListener()
           
 
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

PositionRecordTable.SaveAsMpcFormatListener

protected PositionRecordTable.SaveAsMpcFormatListener()
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.