Schnittstelle SignalGroup.OnBind

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

@FunctionalInterface public static interface SignalGroup.OnBind
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onBind(Object instance)
    This signal is emitted when #GSignalGroup:target is set to a new value
    other than %NULL.
  • Methodendetails

    • onBind

      void onBind(@Nonnull Object instance)
      This signal is emitted when #GSignalGroup:target is set to a new value
      other than %NULL. It is similar to #GObject::notify on `target` except it
      will not emit when #GSignalGroup:target is %NULL and also allows for
      receiving the #GObject without a data-race.
      Parameter:
      instance - a #GObject containing the new value for #GSignalGroup:target