Schnittstelle PadTemplate.OnPadCreated

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

@FunctionalInterface public static interface PadTemplate.OnPadCreated
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    This signal is fired when an element creates a pad from this template.
  • Methodendetails

    • onPadCreated

      void onPadCreated(@Nonnull Pad pad)
      This signal is fired when an element creates a pad from this template.
      Parameter:
      pad - the pad that was created.