interface XInterface in module com::sun::star::uno:: |
interface XInterface;
provides lifetime control by reference counting and the possibility of querying for other interfaces of the same logical object.
Logical "Object" in this case means that the interfaces actually can be supported by internal, as in, aggregated physical objects.
Method Summary |
|
queryInterface | queries for a new interface to an existing UNO object. |
acquire | increases the reference counter by one. |
release | decreases the reference counter by one. |
Method Details |
||||
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.