Package ch.bailu.gtk.gst
Schnittstelle ChildProxyInterface.OnChildAdded
- Umschließende Klasse:
ChildProxyInterface
- 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
onChildAdded
(CallbackHandler __self, ChildProxy parent, Object child, Str name)
-
Methodendetails
-
onChildAdded
void onChildAdded(CallbackHandler __self, @Nonnull ChildProxy parent, @Nonnull Object child, @Nonnull Str name) - Parameter:
parent
- the parent objectchild
- the newly added childname
- the name of the new child
-