Interface DoubleClickHandler

All Superinterfaces:
EventHandler

public interface DoubleClickHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed when the left mouse button is clicked twice in rapid succession (within doubleClickDelay by default) in this object.
  • Method Details

    • onDoubleClick

      void onDoubleClick(DoubleClickEvent event)
      Executed when the left mouse button is clicked twice in rapid succession (within doubleClickDelay by default) in this object.
      Parameters:
      event - the event