Interface HookList.OnHookFinalizeFunc

Enclosing class:
HookList
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 HookList.OnHookFinalizeFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onHookFinalizeFunc(CallbackHandler __self, HookList hook_list, Hook hook)
    Defines the type of function to be called when a hook in a
    list of hooks gets finalized.
  • Method Details

    • onHookFinalizeFunc

      void onHookFinalizeFunc(CallbackHandler __self, @Nonnull HookList hook_list, @Nonnull Hook hook)
      Defines the type of function to be called when a hook in a
      list of hooks gets finalized.
      Parameters:
      hook_list - a #GHookList
      hook - the hook in @hook_list that gets finalized