DhModule.addOnHelp

Overview | Methods | This Package | All Packages

DhModule.addOnHelp

Assigns a delegate to the help event.

Syntax

public final void addOnHelp( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs.

Remarks

This delegate specifies a method that is called when help is requested by the user.

See Also   removeOnHelp