| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
broadcasts each modification made on the date data of the object which supports this interface. More...
import "XModifyBroadcaster.idl";
 
  
| Public Member Functions | |
| void | addModifyListener ([in] com::sun::star::util::XModifyListener aListener) | 
| adds the specified listener to receive events "modified." | |
| void | removeModifyListener ([in] com::sun::star::util::XModifyListener aListener) | 
| removes the specified listener. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
broadcasts each modification made on the date data of the object which supports this interface.
The modified object must post the modification events immediately after the modification is performed.
| void addModifyListener | ( | [in] com::sun::star::util::XModifyListener | aListener | ) | 
adds the specified listener to receive events "modified."
| void removeModifyListener | ( | [in] com::sun::star::util::XModifyListener | aListener | ) | 
removes the specified listener.