Interface GestureLongPress.OnCancelled

Enclosing class:
GestureLongPress
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 GestureLongPress.OnCancelled
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted whenever a press moved too far, or was released
    before [signal@Gtk.GestureLongPress::pressed] happened.
  • Method Details

    • onCancelled

      void onCancelled()
      Emitted whenever a press moved too far, or was released
      before [signal@Gtk.GestureLongPress::pressed] happened.