public interface HasMouseOutHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addMouseOutHandler(MouseOutHandler handler)
Executed when the mouse leaves this widget.
|
fireEventHandlerRegistration addMouseOutHandler(MouseOutHandler handler)
handler - the mouseOut handlerHandlerRegistration used to remove this handler