public interface TargetBinding
Receives values on the target side of a binding.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
updateTargetValue(Object value)Applies a new value to the target. |
Applies a new value to the target.
value - the value to apply