19#ifndef __com_sun_star_util_XFlushable_idl__
20#define __com_sun_star_util_XFlushable_idl__
28module
com { module sun { module star { module util {
base interface of all UNO interfaces
Definition XInterface.idl:48
makes it possible to receive flushed events.
Definition XFlushListener.idl:34
is supported by objects with data that can be flushed to a data source.
Definition XFlushable.idl:34
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:22