interface XAdapter in module com::sun::star::uno:: |
interface XAdapter : com::sun::star::uno::XInterface ;
This is the server-side interface to a weak adapter.
The implementation of XAdapter must know but not hold the adapted object, because it must not affect the lifetime of the adapted object.
Method Summary |
|
queryAdapted | queries the adapted object if it is alive. |
addReference | adds a reference to the adapter. |
removeReference | removes a reference from the adapter. |
Method Details |
||||
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.