:: com :: sun :: star :: uno ::

interface XWeak
Developers Guide
ProUNO - Lifetime of UNO objects
WritingUNO - XWeak
ProUNO - C++ - Using Weak References
WritingUNO - Core Interfaces to Implement

Methods' Summary
queryAdapter queries the weak adapter.  
Methods' Details
queryAdapter
XAdapter
queryAdapter();

Description
queries the weak adapter.

It is important that the adapter must know, but not hold the adapted object. If the adapted object dies, all references to the adapter have to be notified to release the adapter.

Top of Page