Interface DoubleClickHandler

All Superinterfaces:
EventHandler

public interface DoubleClickHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification fired when the user clicks on this DrawItem twice in rapid succession (within the DrawPane's doubleClickDelay by default) in this object.
  • Method Details

    • onDoubleClick

      void onDoubleClick(DoubleClickEvent event)
      Notification fired when the user clicks on this DrawItem twice in rapid succession (within the DrawPane's doubleClickDelay by default) in this object.

      Note that if this item is part of a DrawGroup, then the group's useGroupRect setting affects whether this item receives the notification. If useGroupRect is true, then this item will not receive the notification. Otherwise, the item receives the notification and notification bubbles up to the group.

      Parameters:
      event - the event