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

service DispatchProvider
Description
provides ::com::sun::star::frame::XDispatch objects for certain functions which are useful at the UI

Such dispatch objects must be queried explicitly and used for queried purposes only. They can handle requests with guaranteed notifications ( ::com::sun::star::frame::XNotifyingDispatch ) or with possible (but not guaranteed) notifications ( ::com::sun::star::frame::XDispatch ).

See also
::com::sun::star::frame::XNotifyingDispatch
See also
::com::sun::star::frame::XDispatch

Exported Interfaces
::com::sun::star::frame::XDispatchProvider
Description
provides handling of dispatches with defined result state

Base interface of ::com::sun::star::frame::XNotifyingDispatch is ::com::sun::star::frame::XDispatch and can be called for requests if result isn't neccessary for dispatch operation.

See also
::com::sun::star::frame::XDispatch
::com::sun::star::frame::XDispatchProviderInterception
Usage Restrictions
optional
Description
provides dispatch interception

It makes it possible to register an ::com::sun::star::frame::XDispatchProvider which intercepts all requests of ::com::sun::star::frame::XDispatch to this instance.


 
Top of Page