Class Remote.AppFileSaveHandler

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

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

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


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

Constructor Detail

Remote.AppFileSaveHandler

public Remote.AppFileSaveHandler()
Method Detail

actionPerformed

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