public interface HasHoverHiddenHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addHoverHiddenHandler(HoverHiddenHandler handler)
If
showHover is true for this canvas, this notification method
will be fired whenever the hover shown in response to handleHover() is hidden. |
fireEvent
HandlerRegistration addHoverHiddenHandler(HoverHiddenHandler handler)
showHover
is true for this canvas, this notification method
will be fired whenever the hover shown in response to handleHover()
is hidden. This method may be observed or overridden.handler
- the hoverHidden handlerHandlerRegistration
used to remove this handler