Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: util ::

interface XChangesNotifier

Base Interface
com::sun::star::uno::XInterface

Description
broadcasts events about multiple changes that occur in bulk.
See also
XChangesListener
See also
XChangesBatch
See also
ChangesEvent


Known Services which Export this Interface

com::sun::star::ucb::HierarchyDataReadAccess provides read access to a fragment of the hierarchy data.
com::sun::star::configuration::AccessRootElement provides information about the root element of a hierarchy, by name, and about the hierarchy as a whole.

Methods' Summary

addChangesListener adds the specified listener to receive events when "changesOccurred".
removeChangesListener removes the specified listener.

Methods' Details

addChangesListener
 
[ oneway ] void
addChangesListener(
[ in ] com::sun::star::util::XChangesListener aListener );

Description
adds the specified listener to receive events when "changesOccurred".
removeChangesListener
 
[ oneway ] void
removeChangesListener(
[ in ] com::sun::star::util::XChangesListener aListener );

Description
removes the specified listener.

Top of Page