Interface TextView.OnInsertAtCursor

Enclosing class:
TextView
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 TextView.OnInsertAtCursor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Gets emitted when the user initiates the insertion of a
    fixed string at the cursor.
  • Method Details

    • onInsertAtCursor

      void onInsertAtCursor(@Nonnull Str string)
      Gets emitted when the user initiates the insertion of a
      fixed string at the cursor.

      The ::insert-at-cursor signal is a [keybinding signal](class.SignalAction.html).

      This signal has no default bindings.
      Parameters:
      string - the string to insert