Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

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

Note: Nobody can guarantee order of used interceptor objects if more then ones exist. Later registered ones will be used at first. But it's possible to increase the chance for that by providing the optional interface XInterceptorInfo.

See also
XDispatchProvider, XDispatch, XInterceptorInfo

Methods' Summary
registerDispatchProviderInterceptor registers an XDispatchProviderInterceptor, which will become the first interceptor in the chain of registered interceptors.  
releaseDispatchProviderInterceptor removes an XDispatchProviderInterceptor which was previously registered  
Methods' Details
registerDispatchProviderInterceptor
void
registerDispatchProviderInterceptor( [in] XDispatchProviderInterceptor  Interceptor );

Description
registers an XDispatchProviderInterceptor, which will become the first interceptor in the chain of registered interceptors.
Parameter Interceptor
the interceptor which whish to be registered
See also
XDispatchProviderInterception::releaseDispatchProviderInterceptor()
releaseDispatchProviderInterceptor
void
releaseDispatchProviderInterceptor( [in] XDispatchProviderInterceptor  Interceptor );

Description
removes an XDispatchProviderInterceptor which was previously registered

The order of removals is arbitrary. It is not necessary to remove the last registered interceptor first.

Parameter Interceptor
the interceptor which whish to be unregistered
See also
XDispatchProviderInterception::registerDispatchProviderInterceptor()
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.