Schnittstelle TypePluginClass.OnTypePluginUse

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

@FunctionalInterface public static interface TypePluginClass.OnTypePluginUse
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    The type of the @use_plugin function of #GTypePluginClass, which gets called
    to increase the use count of @plugin.
  • Methodendetails

    • onTypePluginUse

      void onTypePluginUse(CallbackHandler __self, @Nonnull TypePlugin plugin)
      The type of the @use_plugin function of #GTypePluginClass, which gets called
      to increase the use count of @plugin.
      Parameter:
      plugin - the #GTypePlugin whose use count should be increased