Packagecom.soma.core.interfaces
Interfacepublic interface IParallelCommand extends ICommand
Implementors ParallelCommand

Author: Romuald Quantin - www.soundstep.com

Resources: http://www.soundstep.com/downloads/somacore

Actionscript version: 3.0

Copyright: Mozilla Public License 1.1 (MPL 1.1) http://www.opensource.org/licenses/mozilla1.1.php

See also

com.soma.core.controller.SomaController
com.soma.core.controller.Command
com.soma.core.interfaces.ICommand
com.soma.core.interfaces.IParallelCommand


Public Properties
 PropertyDefined By
  commands : Array
[read-only] Retrieves the list of commands added as subcommands.
IParallelCommand
  length : int
[read-only] Retrieves the number of commands added as subcommands.
IParallelCommand
Public Methods
 MethodDefined By
 Inherited
execute(event:Event):void
Method called by the framework, this is the execution of the command.
ICommand
Property Detail
commandsproperty
commands:Array  [read-only]

Retrieves the list of commands added as subcommands.


Implementation
    public function get commands():Array
lengthproperty 
length:int  [read-only]

Retrieves the number of commands added as subcommands.


Implementation
    public function get length():int