LibreOffice
LibreOffice 24.2 SDK API Reference
|
dispatch with guaranteed notify (instead of XDispatch) More...
import"XNotifyingDispatch.idl";
Public Member Functions | |
void | dispatchWithNotification ([in] com::sun::star::util::URL URL, [in] sequence< com::sun::star::beans::PropertyValue > Arguments, [in] XDispatchResultListener Listener) |
Do the same like XDispatch::dispatch() but notifies listener in every case. More... | |
Public Member Functions inherited from XDispatch | |
void | dispatch ([in] com::sun::star::util::URL URL, [in] sequence< com::sun::star::beans::PropertyValue > Arguments) |
dispatches (executes) a URL More... | |
void | addStatusListener ([in] XStatusListener Control, [in] com::sun::star::util::URL URL) |
registers a listener of a control for a specific URL at this object to receive status events. More... | |
void | removeStatusListener ([in] XStatusListener Control, [in] com::sun::star::util::URL URL) |
unregisters a listener from a control. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
dispatch with guaranteed notify (instead of XDispatch)
void dispatchWithNotification | ( | [in] com::sun::star::util::URL | URL, |
[in] sequence< com::sun::star::beans::PropertyValue > | Arguments, | ||
[in] XDispatchResultListener | Listener | ||
) |
Do the same like XDispatch::dispatch() but notifies listener in every case.
Should be used if result must be known.
URL | full parsed URL describes the feature which should be dispatched (executed) |
Arguments | optional arguments for this request (see com::sun::star::document::MediaDescriptor) |
Listener | optional listener for guaranteed notifications of this request |