Package | org.robotlegs.utilities.undoablecommand.interfaces |
Interface | public interface IUndoableCommand |
Implementors | UndoableCommandBase |
Property | Defined By | ||
---|---|---|---|
eventDispatcher : IEventDispatcher
Fire events when you execute or undo
| IUndoableCommand |
Method | Defined By | ||
---|---|---|---|
execute():void
Perform an action
| IUndoableCommand | ||
undo():void
Reverse the performed action
| IUndoableCommand |
eventDispatcher | property |
eventDispatcher:IEventDispatcher
Fire events when you execute or undo
public function get eventDispatcher():IEventDispatcher
public function set eventDispatcher(value:IEventDispatcher):void
execute | () | method |
public function execute():void
Perform an action
undo | () | method |
public function undo():void
Reverse the performed action