Package net.infonode.gui.hover
Interface HoverListener
- All Known Implementing Classes:
CompoundHoverListener,DelayedHoverExitAction,TabbedPanelHoverAction,TabbedPanelTitledTabHoverAction,TabWindowHoverAction,TitledTabDelayedMouseExitHoverAction,TitledTabHoverAction,TitledTabTabbedPanelHoverAction
public interface HoverListener
HoverListener interface for receiving events when a hoverable component is
hovered by the mouse.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmouseEntered(HoverEvent event) Called when the mouse enters the hoverable componentvoidmouseExited(HoverEvent event) Called when the mouse exits the hoverable component
-
Method Details
-
mouseEntered
Called when the mouse enters the hoverable component- Parameters:
event- the hover event
-
mouseExited
Called when the mouse exits the hoverable component- Parameters:
event- the hover event
-