Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
com.sun.star.uno
Class WeakReference
java.lang.Object
|
+--com.sun.star.uno.WeakReference
public class WeakReference extends java.lang.Object
This class holds weak reference to an object. It actually holds a reference to a
com.sun.star.XAdapter implementation and obtains a hard reference if necessary.
Method Summary
java.lang.Object
get ()
Returns a hard reference to the object that is kept weak by this class.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
WeakReference
public WeakReference (WeakReference obj)
Creates an instance of this class.
Parameters: obj
- - another instance that is to be copied
WeakReference
public WeakReference (java.lang.Object obj)
Creates an instance of this class.
Parameters: obj
- XWeak implementation
get
public java.lang.Object get ()
Returns a hard reference to the object that is kept weak by this class.
Returns: a hard reference to the XWeak implementation.