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