Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XFlushListener

Base Interface
com::sun::star::lang::XEventListener

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