Interface MouseOutHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMouseOut
(MouseOutEvent event) Notification fired when the mouse leaves this DrawItem.
-
Method Details
-
onMouseOut
Notification fired when the mouse leaves this DrawItem.Note that if this item is part of a
DrawGroup
, then the group'suseGroupRect
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.- Parameters:
event
- the event
-