Interface Closure.OnClosureNotify

Enclosing class:
Closure
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 Closure.OnClosureNotify
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The type used for the various notification callbacks which can be registered
    on closures.
  • Method Details

    • 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.
      Parameters:
      data - data specified when registering the notification callback
      closure - the #GClosure on which the notification is emitted