22module
com { module sun { module star { module util {
base interface of all UNO interfaces
Definition XInterface.idl:46
makes it possible to receive flushed events.
Definition XFlushListener.idl:28
is supported by objects with data that can be flushed to a data source.
Definition XFlushable.idl:28
void removeFlushListener([in] com::sun::star::util::XFlushListener l)
removes the specified listener.
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."
Definition Ambiguous.idl:20