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