Interface BuildableParser.OnEndElement

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

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

    • onEndElement

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