Packagecom.bourre.commands
Interfacepublic interface IterationCommand extends Iterable, Command
ImplementorsAbstractIterationCommand

Player version: Flash Player 9.0
Language version: ActionScript 3.0

IterationCommands are used by a LoopCommand to perform the concret iterations. IterationCommand interface simply aggregate many other interfaces to ensure that all iteration commands should provides the same controls.

Concret implementations must consider each call of the execute method as loop iteration. All actions for a single elements must process in the call.

For informations and examples on these classes see the How to use LoopCommand and IterationCommand document.

See also

LoopCommand.html
How to use LoopCommand and IterationCommand


Public Methods
 MethodDefined by
 Inherited
execute(e:Event = null):void
Execute the request according to the current command data.
Command
 Inherited
Returns an iterator over the elements in this collection.
Iterable