Schnittstelle Node.OnNodeForeachFunc

Umschließende Klasse:
Node
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface Node.OnNodeForeachFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Specifies the type of function passed to g_node_children_foreach().
  • Methodendetails

    • onNodeForeachFunc

      void onNodeForeachFunc(CallbackHandler __self, @Nonnull Node node, @Nullable Pointer data)
      Specifies the type of function passed to g_node_children_foreach().
      The function is called with each child node, together with the user
      data passed to g_node_children_foreach().
      Parameter:
      node - a #GNode.
      data - user data passed to g_node_children_foreach().