Schnittstelle ControlBindingClass.OnGetValue

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.OnGetValue
  • Methodendetails

    • onGetValue

      Value onGetValue(CallbackHandler __self, @Nonnull ControlBinding binding, long timestamp)
      Parameter:
      binding - the control binding
      timestamp - the time the control-change should be read from
      Gibt zurück:
      the GValue of the property at the given time, or %NULL if the property isn't controlled.