Class com.flashdoctors.reflex.WaitCommand

Implemented Interfaces

ICommand

Description

Method Index

create(), execute(), getMsToWait(), setMsToWait()

Inherited from AbstractCommand

Method Detail

create

static public function create(msToWait1:Number):WaitCommand

execute

public function execute():Void

Description copied from ICommand

Run this command

Specified By

execute() in com.flashdoctors.reflex.ICommand

Overrides

execute() in com.flashdoctors.reflex.AbstractCommand

setMsToWait

public function setMsToWait(ms:Number):Void

getMsToWait

public function getMsToWait():Number