Ontimize 5.2072EN

com.ontimize.gui.button
Class HelpButton.HelpListener

java.lang.Object
  extended bycom.ontimize.gui.button.HelpButton.HelpListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
HelpButton

protected static class HelpButton.HelpListener
extends java.lang.Object
implements java.awt.event.ActionListener

This class implements a help listener.

Author:
Imatia Innovation
See Also:
HelpUtilities.showHelp(Window, String)

Constructor Summary
protected HelpButton.HelpListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpButton.HelpListener

protected HelpButton.HelpListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

Ontimize