Packageorg.robotlegs.utilities.undoablecommand.interfaces
Interfacepublic interface IUndoableCommand
Implementors UndoableCommandBase



Public Properties
 PropertyDefined By
  eventDispatcher : IEventDispatcher
Fire events when you execute or undo
IUndoableCommand
Public Methods
 MethodDefined By
  
execute():void
Perform an action
IUndoableCommand
  
undo():void
Reverse the performed action
IUndoableCommand
Property Detail
eventDispatcherproperty
eventDispatcher:IEventDispatcher

Fire events when you execute or undo


Implementation
    public function get eventDispatcher():IEventDispatcher
    public function set eventDispatcher(value:IEventDispatcher):void
Method Detail
execute()method
public function execute():void

Perform an action

undo()method 
public function undo():void

Reverse the performed action