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

interface XBackendChangesListener
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::lang::XEventListener
       |  
       +--XBackendChangesListener
::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
not published
Description
receives notification from backend broadcaster objects.
See also
::com::sun::star::configuration::backend::XBackendChangesNotifier

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

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