| Package | com.yworks.support |
| Class | public class WeakReference |
| Inheritance | WeakReference Object |
Dictionary to
create the weak reference.
| Property | Defined By | ||
|---|---|---|---|
| target : Object
Returns the object that was set as the target of this weak reference,
or null if the object has been garbage collected. | WeakReference | ||
| Method | Defined By | ||
|---|---|---|---|
WeakReference(obj:Object)
Creates a weak reference to the passed instance. | WeakReference | ||
| target | property |
target:Object
Returns the object that was set as the target of this weak reference,
or null if the object has been garbage collected.
public function get target():Object public function set target(value:Object):void| WeakReference | () | Constructor |
public function WeakReference(obj:Object)Creates a weak reference to the passed instance.
Parametersobj:Object |