Class Remote.AppOptionsRobotHandler

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

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

Inner class to handle the Options->Set Robot menu item.


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

Constructor Detail

Remote.AppOptionsRobotHandler

public Remote.AppOptionsRobotHandler()
Method Detail

actionPerformed

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