Interface BuildableParser.OnStartElement

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.OnStartElement
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onStartElement(CallbackHandler __self, ch.bailu.gtk.gtk.BuildableParseContext context, Str element_name, Strs attribute_names, Strs attribute_values, Pointer user_data)
     
  • Method Details

    • onStartElement

      void onStartElement(CallbackHandler __self, @Nonnull ch.bailu.gtk.gtk.BuildableParseContext context, @Nonnull Str element_name, @Nonnull Strs attribute_names, @Nonnull Strs attribute_values, @Nullable Pointer user_data)
      Parameters:
      context -
      element_name -
      attribute_names -
      attribute_values -
      user_data -