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