Class Remote.AppEditCutHandler

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

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

Inner class to handle the Edit->Cut menu item.


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

Constructor Detail

Remote.AppEditCutHandler

public Remote.AppEditCutHandler()
Method Detail

actionPerformed

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