interface XFlushListener in module com::sun::star::util::

(Global Index)

Syntax

interface XFlushListener : com::sun::star::lang::XEventListener ;

Description

makes it possible to receive flushed events.

Method Summary

flushed is called when the object data is flushed.

Method Details



flushed

Syntax

void flushed (
com::sun::star::lang::EventObject rEvent );

Description

is called when the object data is flushed.

Top of Page