ooodev.adapter.util.changes_notifier_partial module
- class ooodev.adapter.util.changes_notifier_partial.ChangesNotifierPartial(component, interface=com.sun.star.util.XChangesNotifier)[source]
Bases:
object
Partial Class XChangesNotifier.
- Parameters:
component (XChangesNotifier) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.util.XChangesNotifier)[source]
Constructor
- Parameters:
component (XChangesNotifier) – UNO Component that implements
com.sun.star.util.XChangesNotifier
interface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XChangesNotifier
.
- Return type:
None