Schnittstelle Registry.OnFeatureAdded

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

@FunctionalInterface public static interface Registry.OnFeatureAdded
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Signals that a feature has been added to the registry (possibly
    replacing a previously-added one by the same name)
  • Methodendetails

    • onFeatureAdded

      void onFeatureAdded(@Nonnull PluginFeature feature)
      Signals that a feature has been added to the registry (possibly
      replacing a previously-added one by the same name)
      Parameter:
      feature - the feature that has been added