Class Remote.AppHelpUsingHandler

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

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

Inner class to handle the Help->Using Help menu item.


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

Constructor Detail

Remote.AppHelpUsingHandler

public Remote.AppHelpUsingHandler()
Method Detail

actionPerformed

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