interface XProxyFactory in module com::sun::star::reflection:: |
interface XProxyFactory : com::sun::star::uno::XInterface ;
You can create proxy interfaces via this interface.
Method Summary |
|
createProxy | Creates a new object that represents the given target object and can
be aggregated. The proxy object acts UNO conform and does NOT provide
original target interfaces on queryInterface() calls. Be careful, e.g. when registering as a listener at the proxy, you will get event notification from the original object, meaning a different object! |
Method Details |
||
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.