| 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():ObjectReturnsObject |
| performMethod | () | method |
public function performMethod(method:Function):voidParameters
method:Function |
| performMethodAsync | () | method |
public function performMethodAsync(method:Function, maxTimeOut:Number = 500):voidParameters
method:Function | |
maxTimeOut:Number (default = 500) |
| reset | () | method |
public function reset():ObjectReturnsObject |