Packagecom.elad.framework.objectPoolManager
Classpublic class Reusable

Class Reusable is usage to hold an object and a name. It is used by the object pooling manager and the client.



Public Properties
 PropertyDefined by
  name : String
The name of the Reusable item so it can be identify by the pooling manager.
Reusable
  object : Object
Object can basically be anything, such as UI, class, array, XML etc...
Reusable
Public Methods
 MethodDefined by
  
Defualt constractor, create new object.
Reusable
Property detail
nameproperty
public var name:String

The name of the Reusable item so it can be identify by the pooling manager.

objectproperty 
public var object:Object

Object can basically be anything, such as UI, class, array, XML etc...

Constructor detail
Reusable()constructor
public function Reusable()

Defualt constractor, create new object.