Class com.flashdoctors.dose.command.RotatorStartCommand

Description

Command that is used to start a IRotator

Method Index

new RotatorStartCommand()
execute(), getRotator(), setRotator()

Inherited from AbstractCommand

Constructor Detail

RotatorStartCommand

public function RotatorStartCommand(r:IRotator)

Constructs a new RotatorStartCommand with a IRotator

Parameters

Method Detail

setRotator

public function setRotator(rotator:IRotator):Void

Sets the IRotator to start.

Parameters

rotatorThe rotator to start.

Return

Void

getRotator

public function getRotator():IRotator

Gets the IRotator value of this RotatorStartCommand.

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