:: com :: sun :: star :: configuration :: backend ::

interface XBackendChangesListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XBackendChangesListener
Description
receives notification from backend broadcaster objects.
See also
XBackendChangesNotifier

Methods' Summary
componentDataChanged is invoked when component data in backend source changes
Methods' Details
componentDataChanged
void
componentDataChanged(
 
[in] ComponentChangeEvent
 
Event );

Description
is invoked when component data in backend source changes
Parameter Event
Event indicating the component data change
Top of Page