Interface MouseMoveHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonMouseMove(MouseMoveEvent event) Executed when the mouse moves within this widget.
- 
Method Details- 
onMouseMoveExecuted when the mouse moves within this widget. No default implementation.- Parameters:
- event- the event
 
 
-