public interface DataFlowBinding
A DataFlowBinding may represent a single one of these relationships, or a set of these relationships.
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activates a binding, adding the sub-graph defined by this binding to the main
DataFlowGraph associated with this binding. |
void |
deactivate()
Deactivates this binding which, as you might guess, is the reverse of activating it: the
sub-graph associated with this binding is removed from the main
DataFlowGraph. |
boolean |
isActive() |
void |
setListener(BindingListener bindingListener)
Sets the
BindingListener. |
void activate()
DataFlowGraph associated with this binding. This is expected to be called from framework code
and should not be called by the end developer.void deactivate()
DataFlowGraph. As with
activate(), this is expected to only be called by framework code and not the end
developer.boolean isActive()
void setListener(BindingListener bindingListener)
BindingListener.