LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XNotifyingDispatch Interface Referencepublished

dispatch with guaranteed notify (instead of XDispatch) More...

import"XNotifyingDispatch.idl";

Inheritance diagram for XNotifyingDispatch:
XDispatch XInterface ContentHandler

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...
 

Detailed Description

dispatch with guaranteed notify (instead of XDispatch)

See also
XDispatch
XStatusListener

Member Function Documentation

◆ dispatchWithNotification()

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.

Parameters
URLfull parsed URL describes the feature which should be dispatched (executed)
Argumentsoptional arguments for this request (see com::sun::star::document::MediaDescriptor)
Listeneroptional listener for guaranteed notifications of this request

The documentation for this interface was generated from the following file: