Package ch.bailu.gtk.gst
Schnittstelle ControlBindingClass.OnSyncValues
- Umschließende Klasse:
ControlBindingClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onSyncValues
(CallbackHandler __self, ControlBinding binding, Object object, long timestamp, long last_sync)
-
Methodendetails
-
onSyncValues
boolean onSyncValues(CallbackHandler __self, @Nonnull ControlBinding binding, @Nonnull Object object, long timestamp, long last_sync) - Parameter:
binding
- the control bindingobject
- the object that has controlled propertiestimestamp
- the time that should be processedlast_sync
- the last time this was called- Gibt zurück:
- %TRUE if the controller value could be applied to the object property, %FALSE otherwise
-