interface XChangesNotifier in module com::sun::star::util::

(Global Index)

Syntax

interface XChangesNotifier : com::sun::star::uno::XInterface ;

Description

broadcasts events about multiple changes that occur in bulk.

See also

XChangesListener

See also

XChangesBatch

See also

ChangesEvent

Method Summary

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

removeChangesListener removes the specified listener.

Known Services Which Export this Interface

com::sun::star::ucb::HierarchyDataReadAccess

com::sun::star::configuration::AccessRootElement

Method Details



addChangesListener

Syntax

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

Description

adds the specified listener to receive events when "changesOccurred".


removeChangesListener

Syntax

oneway void removeChangesListener (
com::sun::star::util::XChangesListener aListener );

Description

removes the specified listener.

Top of Page