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