Interface MouseMoveHandler

All Superinterfaces:
EventHandler

public interface MouseMoveHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed when the mouse moves within this widget.
  • Method Details

    • onMouseMove

      void onMouseMove(MouseMoveEvent event)
      Executed when the mouse moves within this widget. No default implementation.
      Parameters:
      event - the event