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

interface XAdapter

Methods' Summary
queryAdapted queries the adapted object if it is alive.  
addReference adds a reference to the adapter.  
removeReference removes a reference from the adapter.  
Methods' Details
queryAdapted
XInterface
queryAdapted();

Description
queries the adapted object if it is alive.
addReference
void
addReference( [in] XReference  xRef );

Description
adds a reference to the adapter.

All added references are called when the adapted object dies.

removeReference
void
removeReference( [in] XReference  xRef );

Description
removes a reference from the adapter.
Top of Page