public interface MouseMoveHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onMouseMove(MouseMoveEvent event)
Notification fired when the user moves the mouse over this DrawItem.
|
void onMouseMove(MouseMoveEvent event)
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.
event
- the event