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.

@FunctionalInterface public static interface ControlBindingClass.OnSyncValues
  • Methodendetails

    • onSyncValues

      boolean onSyncValues(CallbackHandler __self, @Nonnull ControlBinding binding, @Nonnull Object object, long timestamp, long last_sync)
      Parameter:
      binding - the control binding
      object - the object that has controlled properties
      timestamp - the time that should be processed
      last_sync - the last time this was called
      Gibt zurück:
      %TRUE if the controller value could be applied to the object property, %FALSE otherwise