Skip navigation links
com.essbase.eas.client.intf
Class HtmlActionListener
java.lang.Object
com.essbase.eas.client.intf.HtmlActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
-
public class HtmlActionListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
implementation of the ActionListener interface specifically to handle help menu items that reference html files from the net.
- Version:
- 1.00, 02/11/2001
- Author:
- Hank Cox
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent e)
implements the ActionListener.actionPerformed() method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlActionListener
public HtmlActionListener(javax.swing.JMenuItem item,
java.net.URL url)
HtmlActionListener
public HtmlActionListener(javax.swing.JMenuItem item,
java.lang.String url)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- implements the ActionListener.actionPerformed() method.
-
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
Skip navigation links
Copyright © 2001, 2011, Oracle. All rights reserved.