Class Remote.AppFileSaveAsHandler

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

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

Inner class to handle the File->Save As... menu item.


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

Constructor Detail

Remote.AppFileSaveAsHandler

public Remote.AppFileSaveAsHandler()
Method Detail

actionPerformed

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