net.aerith.misao.toolkit.Photometry
Class SummaryPanel.ApplyListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.Photometry.SummaryPanel.ApplyListener
Enclosing class:
SummaryPanel

protected class SummaryPanel.ApplyListener
extends java.lang.Object
implements java.awt.event.ActionListener

The ApplyListener is a listener class of button push to apply the result of photometry to the XML report document.


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

Constructor Detail

SummaryPanel.ApplyListener

protected SummaryPanel.ApplyListener()
Method Detail

actionPerformed

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