com.ibm.as400.ui.framework.java
Interface HelpListener

All Superinterfaces:
java.util.EventListener

public interface HelpListener
extends java.util.EventListener

Defines the interface for an object that is notified whenever help is requested for a PDML panel or a component on a panel.

Add a HelpListener to a PanelManager to provide help using an alternate help system.

Since:
v5r1m0
See Also:
PanelManager, HelpEvent

Method Summary
 void contextHelpRequested(HelpEvent e)
          Invoked when context help for a component is requested.
 void panelHelpRequested(HelpEvent e)
          Invoked when panel help is requested.
 

Method Detail

panelHelpRequested

public void panelHelpRequested(HelpEvent e)
Invoked when panel help is requested.

contextHelpRequested

public void contextHelpRequested(HelpEvent e)
Invoked when context help for a component is requested.