:: com :: sun :: star :: util ::

interface XFlushListener
Base Interfaces
XFlushListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
makes it possible to receive flushed events.

Methods' Summary
flushed is called when the object data is flushed.  
Methods' Details
flushed
void
flushed( [in] ::com::sun::star::lang::EventObject  rEvent );

Description
is called when the object data is flushed.
Top of Page