Class Remote.AppFileNewHandler

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

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

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


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

Constructor Detail

Remote.AppFileNewHandler

public Remote.AppFileNewHandler()
Method Detail

actionPerformed

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