Class Remote.AppOptionsSaveConfigHandler

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

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

Inner class to handle the Options->Save Configuration menu item.


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

Constructor Detail

Remote.AppOptionsSaveConfigHandler

public Remote.AppOptionsSaveConfigHandler()
Method Detail

actionPerformed

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