Interface HoverProvider
public interface HoverProvider
This interface controls hover action.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
widgetHovered
(Widget widget) Called to notify that a specified widget is hovered.
-
Method Details
-
widgetHovered
Called to notify that a specified widget is hovered.- Parameters:
widget
- the hovered widget
-