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

interface XWeak

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