public interface TooltipListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
tooltipDestroyed()
Notifies that tooltip was destroyed.
|
void |
tooltipHidden()
Notifies that tooltip was hidden.
|
void |
tooltipShowing()
Notifies that tooltip started to appear.
|
void |
tooltipShown()
Notifies that tooltip was fully shown.
|
void tooltipShowing()
void tooltipShown()
void tooltipHidden()
void tooltipDestroyed()