interface XNotifyingDispatch in module com::sun::star::frame::

(Global Index)

Syntax

interface XNotifyingDispatch : com::sun::star::frame::XDispatch ;

Method Summary

dispatchWithNotification

Known Services Which Export this Interface

com::sun::star::frame::ProtocolHandler

Method Details



dispatchWithNotification

Syntax

oneway void dispatchWithNotification (
com::sun::star::util::URL aURL,
sequence< com::sun::star::beans::PropertyValue > aArgs,
com::sun::star::frame::XDispatchResultListener Listener );
Top of Page