Command that is used to start a IRotator
new RotatorStartCommand()
public function RotatorStartCommand(r:IRotator)
Constructs a new RotatorStartCommand with a IRotator
public function setRotator(rotator:IRotator):Void
Sets the IRotator to start.
rotator
Void
public function getRotator():IRotator
Gets the IRotator value of this RotatorStartCommand.
IRotator
public function execute():Void
Executes this command.
execute() in com.flashdoctors.reflex.ICommand
execute() in com.flashdoctors.reflex.AbstractCommand