:: com :: sun :: star :: util ::

interface XModeChangeListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XModeChangeListener
Description
allows to listen for changes in an object's internal mode.
See also
XModeChangeBroadcaster
Since version
OpenOffice.org 1.1

Methods' Summary
modeChanged indicates that the mode of the broadcasting component has changed.
Methods' Details
modeChanged
[oneway] void
modeChanged(
 
[in] ModeChangeEvent
 
_rSource );

Description
indicates that the mode of the broadcasting component has changed.
Top of Page