Class Remote.AppSimStartHandler

java.lang.Object
  |
  +--Remote.AppSimStartHandler

public class Remote.AppSimStartHandler
extends java.lang.Object
implements java.awt.event.ActionListener

Inner class to handle the Simulation->Start Simulation menu item.


Constructor Summary
Remote.AppSimStartHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Handles the Simulation->Start Simulation event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Remote.AppSimStartHandler

public Remote.AppSimStartHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Handles the Simulation->Start Simulation event.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - the ActionEvent fired by the Simulation->Start Simulation menu item.