Interface Text.OnInsertAtCursor

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

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

    • onInsertAtCursor

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

      This is a [keybinding signal](class.SignalAction.html).

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