interface XFactory in module com::sun::star::uno:: |
interface XFactory : com::sun::star::uno::XInterface ;
creates new UNO objects.
If you implement a UNO server, you must provide one or more
XFactory interfaces to the UNO runtime via
By this call you register your own implementation to create a named object. If any client wants to create this object, the method XFactory::instancedObject() of the registered factory interface is called.
Method Summary |
|
instancedObject | creates a new UNO object. |
Method Details |
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.