StepCommandManager

Kind of class:class
Inherits from:none
Implements:
Classpath:com.bourre.commands.StepCommandManager
File last modified:Wednesday, 31 October 2007, 07:35:29

Constructor

StepCommandManager

function StepCommandManager (
nTimeOut:Number)

Instance methods

addCommand

function addCommand (
oC:ISyncCommand) : Void

execute

function execute (
e:IEvent) : Void
A concrete Command object always has execute() method that is called when an action occurs.
#
Specified by:

getLength

function getLength (
) : Number

removeCommand

function removeCommand (
oC:ISyncCommand) : Void

toString

function toString (
) : String

Event handlers

onCommandEnd

function onCommandEnd (
e:BasicEvent) : Void