LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_util_XModifyBroadcaster_idl__
20 #define __com_sun_star_util_XModifyBroadcaster_idl__
28 module
com { module sun { module star { module util {
void removeModifyListener([in] com::sun::star::util::XModifyListener aListener)
removes the specified listener.
makes it possible to receive events when a model object changes.
Definition: XModifyListener.idl:34
Definition: Ambiguous.idl:22
broadcasts each modification made on the date data of the object which supports this interface.
Definition: XModifyBroadcaster.idl:38
base interface of all UNO interfaces
Definition: XInterface.idl:48
void addModifyListener([in] com::sun::star::util::XModifyListener aListener)
adds the specified listener to receive events "modified."