Interface MouseMoveHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMouseMove
(MouseMoveEvent event) Executed when the mouse moves within this widget.
-
Method Details
-
onMouseMove
Executed when the mouse moves within this widget. No default implementation.- Parameters:
event
- the event
-