Interface MouseDownHandler

All Superinterfaces:
EventHandler

public interface MouseDownHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed when the left mouse button is pressed on this widget.
  • Method Details

    • onMouseDown

      void onMouseDown(MouseDownEvent event)
      Executed when the left mouse button is pressed on this widget. No default implementation.
      Parameters:
      event - the event