net.aerith.misao.toolkit.MagnitudeRecord
Class MagnitudeRecordInternalFrame.ReportToVsnetListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.MagnitudeRecord.MagnitudeRecordInternalFrame.ReportToVsnetListener
Enclosing class:
MagnitudeRecordInternalFrame

protected class MagnitudeRecordInternalFrame.ReportToVsnetListener
extends java.lang.Object
implements java.awt.event.ActionListener, java.lang.Runnable

The ReportToVsnetListener is a listener class of menu selection to show the VSNET report table.


Field Summary
protected  boolean vsnet
          True when to report to VSNET, false to VSOLJ.
 
Constructor Summary
MagnitudeRecordInternalFrame.ReportToVsnetListener(boolean vsnet)
          Constructs a ReportToVsnetListener.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when one of the menus is selected.
 void run()
          Runs this thread.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

vsnet

protected boolean vsnet
True when to report to VSNET, false to VSOLJ.
Constructor Detail

MagnitudeRecordInternalFrame.ReportToVsnetListener

public MagnitudeRecordInternalFrame.ReportToVsnetListener(boolean vsnet)
Constructs a ReportToVsnetListener.
Parameters:
vsnet - true when to report to VSNET, false to VSOLJ.
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.

run

public void run()
Runs this thread.
Specified by:
run in interface java.lang.Runnable