Interface MouseMoveEventHandler
- All Superinterfaces:
BrowserEventHandler
The mouse move event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMouseMove
(MouseEvent event) The mouse move event handler
-
Method Details
-
onMouseMove
The mouse move event handler
The event handler will be called, when the mouse cursor moves inside the component area.
- Parameters:
event
- The event object- See Also:
-