| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
is supported by objects with data that can be refreshed from a data source. More...
import "XRefreshable.idl";
 
  
| Public Member Functions | |
| void | refresh () | 
| refreshes the data of the object from the connected data source. | |
| void | addRefreshListener ([in] com::sun::star::util::XRefreshListener l) | 
| adds the specified listener to receive the event "refreshed." | |
| void | removeRefreshListener ([in] com::sun::star::util::XRefreshListener l) | 
| 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. | |
is supported by objects with data that can be refreshed from a data source.
| void addRefreshListener | ( | [in] com::sun::star::util::XRefreshListener | l | ) | 
adds the specified listener to receive the event "refreshed."
| void refresh | ( | ) | 
refreshes the data of the object from the connected data source.
| void removeRefreshListener | ( | [in] com::sun::star::util::XRefreshListener | l | ) | 
removes the specified listener.