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

service DispatchProvider
Description
provides 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 ( XNotifyingDispatch ) or with possible (but not guaranteed) notifications ( XDispatch ).

See also
XNotifyingDispatch, XDispatch, XControlNotificationListener

Exported Interfaces
XDispatchProvider
Description
provides handling of dispatches with defined result state

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

XDispatchProviderInterception
Usage Restrictions
optional
Description
provides dispatch interception

It makes it possible to register an XDispatchProvider which intercepts all requests of XDispatch to this instance.


 
Top of Page