Package ch.bailu.gtk.gst
Schnittstelle MiniObject.OnMiniObjectCopyFunction
- Umschließende Klasse:
MiniObject
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungonMiniObjectCopyFunction
(CallbackHandler __self, MiniObject obj) Function prototype for methods to create copies of instances.
-
Methodendetails
-
onMiniObjectCopyFunction
Function prototype for methods to create copies of instances.- Parameter:
obj
- MiniObject to copy- Gibt zurück:
- reference to cloned instance.
-