is supported by objects with data that can be flushed to a data source. More...
import "XFlushable.idl";
 
  
| Public Member Functions | |
| void | flush () | 
| flushes the data of the object to the connected data source. | |
| void | addFlushListener ([in] com::sun::star::util::XFlushListener l) | 
| adds the specified listener to receive event "flushed." | |
| void | removeFlushListener ([in] com::sun::star::util::XFlushListener 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 flushed to a data source.
| void addFlushListener | ( | [in] com::sun::star::util::XFlushListener | l | ) | 
adds the specified listener to receive event "flushed."
| void flush | ( | ) | 
flushes the data of the object to the connected data source.
| void removeFlushListener | ( | [in] com::sun::star::util::XFlushListener | l | ) | 
removes the specified listener.