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. | |
|  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 | |
| 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. | |
| void | removeStatusListener ([in] XStatusListener Control, [in] com::sun::star::util::URL URL) | 
| unregisters a listener from a control. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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 |