HintListener Interface
Listener for receiving events when a hint is shown or hidden.
Declaration
public interface HintListener
Methods
onHide() Method
Called when a hint is hidden.
Declaration
public void onHide()
onShow(HintInfo) Method
Called when a hint is shown.
Declaration
public void onShow(HintInfo info)
Parameters
Name | Type | Description |
---|---|---|
info | HintInfo | The HintInfo that contains information about a hint. |