Method | Defined By | ||
---|---|---|---|
cancelAsyncTraversal():void | IIterator | ||
next():Object | IIterator | ||
performMethod(method:Function):void | IIterator | ||
performMethodAsync(method:Function, maxTimeOut:Number = 500):void | IIterator | ||
reset():Object | IIterator |
cancelAsyncTraversal | () | method |
public function cancelAsyncTraversal():void
next | () | method |
public function next():Object
ReturnsObject |
performMethod | () | method |
public function performMethod(method:Function):void
Parameters
method:Function |
performMethodAsync | () | method |
public function performMethodAsync(method:Function, maxTimeOut:Number = 500):void
Parameters
method:Function | |
maxTimeOut:Number (default = 500 )
|
reset | () | method |
public function reset():Object
ReturnsObject |