public interface HoverListener
| Modifier and Type | Method and Description |
|---|---|
void |
mouseEntered(HoverEvent event)
Called when the mouse enters the hoverable component
|
void |
mouseExited(HoverEvent event)
Called when the mouse exits the hoverable component
|
void mouseEntered(HoverEvent event)
event - the hover eventvoid mouseExited(HoverEvent event)
event - the hover event