Interface ClickHandler

All Superinterfaces:
EventHandler

public interface ClickHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed when the left mouse is clicked (pressed and then released) on this widget.
  • Method Details

    • onClick

      void onClick(ClickEvent event)
      Executed when the left mouse is clicked (pressed and then released) on this widget. No default implementation.
      Parameters:
      event - the event