Interface GestureDrag.OnDragEnd

Enclosing class:
GestureDrag
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface GestureDrag.OnDragEnd
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDragEnd(double offset_x, double offset_y)
    Emitted whenever the dragging is finished.
  • Method Details

    • onDragEnd

      void onDragEnd(double offset_x, double offset_y)
      Emitted whenever the dragging is finished.
      Parameters:
      offset_x - X offset, relative to the start point
      offset_y - Y offset, relative to the start point