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 ore 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 2001 OpenOffice.org Foundation. All Rights Reserved.