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