Package | com.threerings.util |
Class | public class WeakReference |
Property | Defined by | ||
---|---|---|---|
_ref : Dictionary The only way to have a weak reference in actionscript.
| WeakReference |
Method | Defined by | ||
---|---|---|---|
WeakReference(referant:Object)
No, you cannot store undefined here.
| WeakReference | ||
get():*
Return the referant, or undefined if it's been collected.
| WeakReference |
_ref | property |
protected var _ref:Dictionary
The only way to have a weak reference in actionscript.
WeakReference | () | constructor |
public function WeakReference(referant:Object)
No, you cannot store undefined here.
Parametersreferant:Object |
get | () | method |
public function get():*
Return the referant, or undefined if it's been collected.
Returns* |