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

interface XUnloadingPreference

Methods' Summary
releaseOnNotification The return value determines if the object wants to stay alive in case of an unloading procedure.  
Methods' Details
releaseOnNotification
boolean
releaseOnNotification();

Description
The return value determines if the object wants to stay alive in case of an unloading procedure.
Returns
falsedo not release references to this object,otherwise true
Top of Page