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 conforming 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! |
Known Services Which Export this Interface |
Method Details |
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.