Schnittstelle Object.OnDeepNotify

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

@FunctionalInterface public static interface Object.OnDeepNotify
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onDeepNotify(Object prop_object, ParamSpec prop)
    The deep notify signal is used to be notified of property changes.
  • Methodendetails

    • onDeepNotify

      void onDeepNotify(@Nonnull Object prop_object, @Nonnull ParamSpec prop)
      The deep notify signal is used to be notified of property changes. It is
      typically attached to the toplevel bin to receive notifications from all
      the elements contained in that bin.
      Parameter:
      prop_object - the object that originated the signal
      prop - the property that changed