Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XCommandInfoChangeListener

Base Interface
com::sun::star::lang::XEventListener

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 ] com::sun::star::ucb::CommandInfoChangeEvent evt );

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

Top of Page