Class com.flashdoctors.dose.command.RotatorStopCommand

Description

Command that is used to stop a IRotator

Method Index

new RotatorStopCommand()
execute(), getRotator(), setRotator()

Inherited from AbstractCommand

Constructor Detail

RotatorStopCommand

public function RotatorStopCommand(r:IRotator)

Constructs a new RotatorStopCommand with a IRotator

Parameters

Method Detail

setRotator

public function setRotator(rotator:IRotator):Void

Sets the IRotator to stop.

Parameters

rotatorThe rotator to stop.

Return

Void

getRotator

public function getRotator():IRotator

Gets the IRotator value of this RotatorStopCommand.

Return

IRotator

execute

public function execute():Void

Executes this command.

Return

Void

Specified By

execute() in com.flashdoctors.reflex.ICommand

Overrides

execute() in com.flashdoctors.reflex.AbstractCommand

See Also