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