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

interface XFlushListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XFlushListener
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