Interface HoverHiddenHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier 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- 
onHoverHiddenIfshowHoveris true for this canvas, this notification method will be fired whenever the hover shown in response tohandleHover()is hidden.- Parameters:
- event- the event
 
 
-