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

All Superinterfaces:
EventListener

public interface HelpListener
extends 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
Modifier and Type Method and Description
 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

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


contextHelpRequested

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