Interface BuildableParser.OnText

Enclosing class:
BuildableParser
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 BuildableParser.OnText
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onText(CallbackHandler __self, ch.bailu.gtk.gtk.BuildableParseContext context, Str text, long text_len, Pointer user_data)
     
  • Method Details

    • onText

      void onText(CallbackHandler __self, @Nonnull ch.bailu.gtk.gtk.BuildableParseContext context, @Nonnull Str text, long text_len, @Nullable Pointer user_data)
      Parameters:
      context -
      text -
      text_len -
      user_data -