Interface MouseMoveEventHandler

All Superinterfaces:
BrowserEventHandler

public interface MouseMoveEventHandler extends BrowserEventHandler
The mouse move event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The mouse move event handler
  • Method Details

    • onMouseMove

      void onMouseMove(MouseEvent event)

      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: