Packagejfraboni.easybake
Classpublic class Batch
InheritanceBatch Inheritance Object
Implements IBatch



Public Properties
 PropertyDefined By
  behaviours : Vector.<IInterceptor>
[read-only]
Batch
Public Methods
 MethodDefined By
  
Batch(loaderInfo:LoaderInfo)
Batch
  
Batch
  
addBehaviour(interceptor:IInterceptor):IBatch
Batch
  
addType(Type:Class):IBatch
Batch
  
Batch
  
createInstance(Type:Class, ... constructorArgs):*
Batch
  
destroy():void
Batch
  
getBehaviour(Type:Class):IInterceptor
Batch
  
getClassProxyInfo(Type:Class):IClassProxyInfo
Batch
Property Detail
behavioursproperty
behaviours:Vector.<IInterceptor>  [read-only]


Implementation
    public function get behaviours():Vector.<IInterceptor>
Constructor Detail
Batch()Constructor
public function Batch(loaderInfo:LoaderInfo)



Parameters
loaderInfo:LoaderInfo
Method Detail
addBatchCompleteHandler()method
public function addBatchCompleteHandler(handler:Function):IBatch

Parameters

handler:Function

Returns
IBatch
addBehaviour()method 
public function addBehaviour(interceptor:IInterceptor):IBatch

Parameters

interceptor:IInterceptor

Returns
IBatch
addType()method 
public function addType(Type:Class):IBatch

Parameters

Type:Class

Returns
IBatch
bake()method 
public function bake():IBatch

Returns
IBatch
createInstance()method 
public function createInstance(Type:Class, ... constructorArgs):*

Parameters

Type:Class
 
... constructorArgs

Returns
*
destroy()method 
public function destroy():void

getBehaviour()method 
public function getBehaviour(Type:Class):IInterceptor

Parameters

Type:Class

Returns
IInterceptor
getClassProxyInfo()method 
public function getClassProxyInfo(Type:Class):IClassProxyInfo

Parameters

Type:Class

Returns
IClassProxyInfo