Class Remote.AppViewTranslateHandler

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

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

Inner class to handle the View->Translate Tool menu item.


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

Constructor Detail

Remote.AppViewTranslateHandler

public Remote.AppViewTranslateHandler()
Method Detail

actionPerformed

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