Class Remote.AppFileSaveACopyAsHandler

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

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

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


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

Constructor Detail

Remote.AppFileSaveACopyAsHandler

public Remote.AppFileSaveACopyAsHandler()
Method Detail

actionPerformed

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