Packageorg.robotlegs.utilities.undoablecommand.commands
Classpublic class StepBackwardCommand
InheritanceStepBackwardCommand Inheritance Object

Map this command to the HistoryEvent.STEP_BACKWARD event to trigger an undo action. Provided for convenience.



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

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

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