Schnittstelle ChildProxyInterface.OnGetChildByIndex

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

@FunctionalInterface public static interface ChildProxyInterface.OnGetChildByIndex
  • Methodendetails

    • onGetChildByIndex

      Object onGetChildByIndex(CallbackHandler __self, @Nonnull ChildProxy parent, int index)
      Parameter:
      parent - the parent object to get the child from
      index - the child's position in the child list
      Gibt zurück:
      the child object or %NULL if not found (index too high).