ReversedBatch

Kind of class:public class
Package:com.bourre.commands
Inherits from:Batch < AbstractCommand
Author:Francis Bourre
Classpath:com.bourre.commands.ReversedBatch
File last modified:Tuesday, 22 January 2008, 00:02:55
Extends Batch to process commands in the reversed order.

Summary


Class methods
Class methods inherited from Batch
Instance methods
  • execute (e:Event = null) : void
    • Executes the whole set of commands in the reversed order

Instance methods

execute

override public function execute (
e:Event = null) : void

Executes the whole set of commands in the reversed order
they were registered.

If an event is passed to the function, it will be relayed
to the sub-commands execute method.

Parameters:
e:
event object to relay to the sub-commands.
Overrides: