Uses of Class
org.praxislive.base.Binding.PropertyAdaptor
-
Uses of Binding.PropertyAdaptor in org.praxislive.base
Methods in org.praxislive.base that return Binding.PropertyAdaptorModifier and TypeMethodDescriptionSet a handler to be called when the value of the property changes.Binding.PropertyAdaptor.onCheckAdjusting(Predicate<Binding.PropertyAdaptor> adjustingHandler) Set a handler to be used whenever the adaptor'sgetValueIsAdjusting()hook is called.Binding.PropertyAdaptor.onConfigChange(Consumer<Binding.PropertyAdaptor> onConfigChangeHandler) Set a handler to be called when the configuration changes, such as when theinfo()has updated.Binding.PropertyAdaptor.onSync(Consumer<Binding.PropertyAdaptor> onSyncHandler) Set a handler to be called whenever the binding has received a successful sync response.Method parameters in org.praxislive.base with type arguments of type Binding.PropertyAdaptorModifier and TypeMethodDescriptionBinding.PropertyAdaptor.onCheckAdjusting(Predicate<Binding.PropertyAdaptor> adjustingHandler) Set a handler to be used whenever the adaptor'sgetValueIsAdjusting()hook is called.Binding.PropertyAdaptor.onConfigChange(Consumer<Binding.PropertyAdaptor> onConfigChangeHandler) Set a handler to be called when the configuration changes, such as when theinfo()has updated.Binding.PropertyAdaptor.onSync(Consumer<Binding.PropertyAdaptor> onSyncHandler) Set a handler to be called whenever the binding has received a successful sync response.