ooodev.adapter.frame.dispatch_result_listener module
- class ooodev.adapter.frame.dispatch_result_listener.DispatchResultListener(trigger_args=None)[source]
Bases:
AdapterBase
,XDispatchResultListener
Listener for results of
XNotifyingDispatch.dispatchWithNotification()
See also
- Parameters:
args (Any) –
kwargs (Any) –
- Return type:
Any
- __init__(trigger_args=None)[source]
Constructor
- Parameters:
trigger_args (GenericArgs, Optional) – Args that are passed to events when they are triggered.
- Return type:
None
- dispatchFinished(Result)[source]
Indicates finished dispatch
- Return type:
None
- Parameters:
Result (com.sun.star.frame.DispatchResultEvent) –
- disposing(Source)[source]
Gets called when the broadcaster is about to be disposed.
All listeners and all other objects, which reference the broadcaster should release the reference to the source. No method should be invoked anymore on this object ( including
XComponent.removeEventListener()
).This method is called for every listener registration of derived listener interfaced, not only for registrations at
XComponent
.- Return type:
None
- Parameters:
Source (com.sun.star.lang.EventObject) –