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

interface XReference

Methods' Summary
dispose removes all references to the adapter.  
Methods' Details
dispose
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