Class Remote.AppSimHomeHandler

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

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

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


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

Constructor Detail

Remote.AppSimHomeHandler

public Remote.AppSimHomeHandler()
Method Detail

actionPerformed

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