public class BindableAdapter extends Object implements Bindable
Constructor and Description |
---|
BindableAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
bindInputs(BindingService adapter)
Binds all the inputs associated with this instance.
|
void |
bindOutputs(BindingService adapter)
Binds all the outputs associated with this instance.
|
Set<String> |
getInputs()
Enumerates all the input binding names.
|
Set<String> |
getOutputs()
Enumerates all the output binding names.
|
void |
unbindInputs(BindingService adapter)
Unbinds all the inputs associated with this instance.
|
void |
unbindOutputs(BindingService adapter)
Unbinds all the outputs associated with this instance.
|
public void bindInputs(BindingService adapter)
Bindable
bindInputs
in interface Bindable
public void bindOutputs(BindingService adapter)
Bindable
bindOutputs
in interface Bindable
public void unbindInputs(BindingService adapter)
Bindable
unbindInputs
in interface Bindable
public void unbindOutputs(BindingService adapter)
Bindable
unbindOutputs
in interface Bindable
public Set<String> getInputs()
Bindable
public Set<String> getOutputs()
Bindable
getOutputs
in interface Bindable
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.