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

interface XContentEventListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XContentEventListener
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] ContentEvent
 
evt );

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