public interface HintActionHandler extends ActionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(int hintID,
boolean showAgain)
This method is called when the
HintDialog is closed. |
void onClose(int hintID,
boolean showAgain)
HintDialog is closed. It will receive the hint-ID
and a flag whether to show the hint again, next time, or not.hintID - The ID of the hint.showAgain - Flag, whether to show the hint again or not.