interface XContentEventListener in module com::sun::star::ucb::

(Global Index)

Syntax

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

Description

a listener for events related to XContent s.

See also

XContent

Method Summary

contentEvent gets called whenever a content wishes to notify changes.

Method Details



contentEvent

Syntax

void contentEvent (
com::sun::star::ucb::ContentEvent evt );

Description

gets called whenever a content wishes to notify changes.

Parameter evt

the event.
Top of Page