Interface TextBufferClass.OnInsertText

Enclosing class:
TextBufferClass
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 TextBufferClass.OnInsertText
  • Method Details

    • onInsertText

      void onInsertText(CallbackHandler __self, @Nonnull TextBuffer buffer, @Nonnull TextIter pos, @Nonnull Str new_text, int new_text_length)
      Parameters:
      buffer -
      pos -
      new_text -
      new_text_length -