Interface HoverHiddenHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onHoverHidden
(HoverHiddenEvent event) IfshowHover
is true for this canvas, this notification method will be fired whenever the hover shown in response tohandleHover()
is hidden.
-
Method Details
-
onHoverHidden
IfshowHover
is true for this canvas, this notification method will be fired whenever the hover shown in response tohandleHover()
is hidden.- Parameters:
event
- the event
-