CommandMS

Kind of class:public class
Package:com.bourre.commands
Inherits from:none
Known subclasses:
Author:Francis Bourre
Classpath:com.bourre.commands.CommandMS
File last modified:Monday, 24 November 2008, 11:36:52

Summary


Constructor
Instance methods

Constructor

CommandMS

public function CommandMS (
)

Instance methods

delay

public function delay (
oC:Command, nMs:Number) : void

getLength

public function getLength (
) : Number

push

public function push (
oC:Command, nMs:Number) : String

pushWithName

public function pushWithName (
oC:Command, nMs:Number, sN:String = null) : String

remove

public function remove (
oC:Command) : Boolean

removeAll

public function removeAll (
) : void

removeWithName

public function removeWithName (
sN:String) : Boolean

resume

public function resume (
oC:Command) : Boolean

resumeWithName

public function resumeWithName (
sN:String) : Boolean

stop

public function stop (
oC:Command) : Boolean

stopWithName

public function stopWithName (
sN:String) : Boolean

toString

public function toString (
) : String