(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 Feather

Copyright & License | Privacy | Contact Us

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.