public interface HasHoverHiddenHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.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. |
com.google.gwt.event.shared.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