19 #ifndef __com_sun_star_util_XFlushListener_idl__
20 #define __com_sun_star_util_XFlushListener_idl__
28 module
com { module sun { module star { module util {
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
makes it possible to receive flushed events.
Definition: XFlushListener.idl:34
void flushed([in] com::sun::star::lang::EventObject rEvent)
is called when the object data is flushed.
Definition: Ambiguous.idl:22
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32