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

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

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