ooodev.adapter.ucb.command_info_change_notifier_partial module
- class ooodev.adapter.ucb.command_info_change_notifier_partial.CommandInfoChangeNotifierPartial(component, interface=com.sun.star.ucb.XCommandInfoChangeNotifier)[source]
Bases:
objectPartial Class XCommandInfoChangeNotifier.
- Parameters:
component (XCommandInfoChangeNotifier) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.ucb.XCommandInfoChangeNotifier)[source]
Constructor
- Parameters:
component (XCommandInfoChangeNotifier) – UNO Component that implements
com.sun.star.ucb.XCommandInfoChangeNotifierinterface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XCommandInfoChangeNotifier.
- Return type:
None