LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_util_XFlushable_idl__
20 #define __com_sun_star_util_XFlushable_idl__
28 module
com { module sun { module star { module util {
void removeFlushListener([in] com::sun::star::util::XFlushListener l)
removes the specified listener.
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.
is supported by objects with data that can be flushed to a data source.
Definition: XFlushable.idl:34
makes it possible to receive flushed events.
Definition: XFlushListener.idl:34
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48