Interface MouseMoveHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonMouseMove(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
 
 -