Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XReference

Base Interface
com::sun::star::uno::XInterface

Description
must be implemented by anyone who holds the adapter on the client side.
See also
XWeak
for decription af concepts.


Methods' Summary

dispose removes all references to the adapter.

Methods' Details

dispose
 
[ oneway ] void
dispose();
Description
removes all references to the adapter.

This method is called when the adapted object dies. The implementation of the client-side's weak reference must include removal of all references to the adapter. Otherwise, the adapted object will be destroyed, but the adapter will be alive.


Top of Page