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

interface XCommandInfoChangeListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XCommandInfoChangeListener
Description
a listener for events related to changing XCommandInfo s.
See also
CommandInfoChangeEvent
See also
XCommandInfoChangeNotifier

Methods' Summary
commandInfoChange gets called whenever changes of a XCommandInfo shall be propagated.
Methods' Details
commandInfoChange
void
commandInfoChange(
 
[in] CommandInfoChangeEvent
 
evt );

Description
gets called whenever changes of a XCommandInfo shall be propagated.
Parameter evt
the event.
Top of Page