interface XInitialization in module com::sun::star::lang:: |
interface XInitialization : com::sun::star::uno::XInterface ;
This is the only interface for initializing an object directly after its creation.
This interface works together with factories. If you want to initialize the object after creation, you must support this interface and you may support other type save interfaces to initialize.
The object must work without an initializing call. In this case it must use a meaningful default.
Method Summary |
|
initialize | initializes the object. |
Method Details |
||
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.