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)
Notification fired when the mouse leaves this DrawItem.
|
com.google.gwt.event.shared.HandlerRegistration addMouseOutHandler(MouseOutHandler handler)
Note that if this item is part of a DrawGroup
, then the group's useGroupRect
setting affects whether this item receives
the notification. If useGroupRect is true, then this item will not receive the notification. Otherwise, the
item receives the notification and notification bubbles up to the group.
handler
- the mouseOut handlerHandlerRegistration
used to remove this handler