public interface TriggerBinding
Creates a FullBinding that reacts to changes from a triggering source.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public FullBinding |
createBinding(SourceBinding source, TargetBinding target)Creates a concrete binding that propagates values from the supplied source to the target. |
Creates a concrete binding that propagates values from the supplied source to the target.
source - the source binding to observetarget - the target binding to update