Class LaunchAlgorithmListener

java.lang.Object
  extended byLaunchAlgorithmListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class LaunchAlgorithmListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listens 'launch' button signal. Save all selections to a parameter file and launch external c++ program.

Author:
Lulin Song
See Also:
AbstractMainSelectionPanel

Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
          Save all selections to a parameter file and launch external c++ program.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Save all selections to a parameter file and launch external c++ program.

Specified by:
actionPerformed in interface java.awt.event.ActionListener