LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_util_XChangesNotifier_idl__
20 #define __com_sun_star_util_XChangesNotifier_idl__
25 module
com { module sun { module star { module util {
void addChangesListener([in] com::sun::star::util::XChangesListener aListener)
adds the specified listener to receive events when changes occurred.
broadcasts events about multiple changes that occur in bulk.
Definition: XChangesNotifier.idl:35
Definition: Ambiguous.idl:22
void removeChangesListener([in] com::sun::star::util::XChangesListener aListener)
removes the specified listener.
receives events from batch change broadcaster objects.
Definition: XChangesListener.idl:38
base interface of all UNO interfaces
Definition: XInterface.idl:48