::com::sun::star::lang::XComponent |
- Description
- allows life time control for the component
An ValueBinding will be known to one ore more components
supporting the XBindableValue interface, which all work with
this binding. However, they will not own the ValueBinding .
The ownership is with another instance, which may also decide to obsolete
the ValueBinding for whatever reasons (e.g. because the data model
which the binding reflected died). For this reason, a ValueBinding
must offer a possibility to be obsoleted by it's owner, and to notify this
obsoletion to other interested parties, such as XBindableValue s.
|