Schnittstelle Closure.OnClosureNotify

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

@FunctionalInterface public static interface Closure.OnClosureNotify
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    The type used for the various notification callbacks which can be registered
    on closures.
  • Methodendetails

    • onClosureNotify

      void onClosureNotify(CallbackHandler __self, @Nullable Pointer data, @Nonnull Closure closure)
      The type used for the various notification callbacks which can be registered
      on closures.
      Parameter:
      data - data specified when registering the notification callback
      closure - the #GClosure on which the notification is emitted