Package ch.bailu.gtk.gst
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onDeepNotify
(Object prop_object, ParamSpec prop) The deep notify signal is used to be notified of property changes.
-
Methodendetails
-
onDeepNotify
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 signalprop
- the property that changed
-