Class Remote.AppFileRevertHandler

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

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

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


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

Constructor Detail

Remote.AppFileRevertHandler

public Remote.AppFileRevertHandler()
Method Detail

actionPerformed

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