Property | Defined By | ||
---|---|---|---|
behaviours : Vector.<IInterceptor> [read-only] | Batch |
Method | Defined By | ||
---|---|---|---|
Batch(loaderInfo:LoaderInfo) | Batch | ||
addBatchCompleteHandler(handler:Function):IBatch | Batch | ||
addBehaviour(interceptor:IInterceptor):IBatch | Batch | ||
Batch | |||
Batch | |||
createInstance(Type:Class, ... constructorArgs):* | Batch | ||
destroy():void | Batch | ||
getBehaviour(Type:Class):IInterceptor | Batch | ||
getClassProxyInfo(Type:Class):IClassProxyInfo | Batch |
behaviours | property |
behaviours:Vector.<IInterceptor>
[read-only] public function get behaviours():Vector.<IInterceptor>
Batch | () | Constructor |
public function Batch(loaderInfo:LoaderInfo)
loaderInfo:LoaderInfo |
addBatchCompleteHandler | () | method |
public function addBatchCompleteHandler(handler:Function):IBatch
Parameters
handler:Function |
IBatch |
addBehaviour | () | method |
public function addBehaviour(interceptor:IInterceptor):IBatch
Parameters
interceptor:IInterceptor |
IBatch |
addType | () | method |
bake | () | method |
createInstance | () | method |
public function createInstance(Type:Class, ... constructorArgs):*
Parameters
Type:Class | |
... constructorArgs |
* |
destroy | () | method |
public function destroy():void
getBehaviour | () | method |
public function getBehaviour(Type:Class):IInterceptor
Parameters
Type:Class |
IInterceptor |
getClassProxyInfo | () | method |
public function getClassProxyInfo(Type:Class):IClassProxyInfo
Parameters
Type:Class |
IClassProxyInfo |