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

com :: sun :: star :: ucb ::

interface XContentEventListener

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

Description
a listener for events related to XContent s.
See also
XContent


Methods' Summary

contentEvent gets called whenever a content wishes to notify changes.

Methods' Details

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

Description
gets called whenever a content wishes to notify changes.
Parameter evt
the event.

Top of Page