Interface HoverHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onHover
(HoverEvent event) IfcanHover
is true for this widget, thehover
string method will be fired when the user hovers over this canvas.
-
Method Details
-
onHover
IfcanHover
is true for this widget, thehover
string method will be fired when the user hovers over this canvas. If this method returns false, it will suppress the default behavior of showing a hover canvas ifthis.showHover
is true.- Parameters:
event
- the event
-