Packageorg.robotlegs.utilities.undoablecommand.commands
Classpublic class StepForwardCommand
InheritanceStepForwardCommand Inheritance Object

Map this command to the HistoryEvent.STEP_FORWARD event to trigger a redo action. Provided for convenience.



Public Properties
 PropertyDefined By
  commandHistory : CommandHistory
StepForwardCommand
Public Methods
 MethodDefined By
  
execute():void
Will redo a single command, if possible.
StepForwardCommand
Property Detail
commandHistoryproperty
public var commandHistory:CommandHistory

Method Detail
execute()method
public function execute():void

Will redo a single command, if possible. Fails silently if not.