| Package | com.bourre.commands |
| Interface | public interface IterationCommand extends Iterable, Command |
| Implementors | AbstractIterationCommand |
| 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