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

interface XContentEventListener
Base Interfaces
XContentEventListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
a listener for events related to XContents.
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