Uses of Class
org.praxislive.base.Binding.Adaptor
-
Packages that use Binding.Adaptor Package Description org.praxislive.base -
-
Uses of Binding.Adaptor in org.praxislive.base
Methods in org.praxislive.base with parameters of type Binding.Adaptor Modifier and Type Method Description protected void
Binding. bind(Binding.Adaptor adaptor)
void
BindingContext. bind(ControlAddress address, Binding.Adaptor adaptor)
Bind adaptor to the binding for the given ControlAddress.void
BindingContextControl. bind(ControlAddress address, Binding.Adaptor adaptor)
protected abstract void
Binding. send(Binding.Adaptor adaptor, List<Value> args)
protected void
Binding. unbind(Binding.Adaptor adaptor)
void
BindingContext. unbind(ControlAddress address, Binding.Adaptor adaptor)
Unbind adaptor from its binding.void
BindingContextControl. unbind(ControlAddress address, Binding.Adaptor adaptor)
protected abstract void
Binding. updateAdaptorConfiguration(Binding.Adaptor adaptor)
-