:: 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 #107627#

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