| Method | Defined By | ||
|---|---|---|---|
destroy():void  | ICommand | ||
execute(event:Event, macroCommandID:String):void  | ICommand | ||
getMacro(id:String):IMacroCommand  | ICommand | ||
hasregisterMacro(id:String):Boolean  | ICommand | ||
reset():void  | ICommand | ||
setup():void  | ICommand | ||
| model | property | 
model:IModel    public function get model():IModel    public function set model(value:IModel):void| destroy | () | method | 
 public function destroy():void| execute | () | method | 
 public function execute(event:Event, macroCommandID:String):voidParameters
event:Event | |
macroCommandID:String | 
| getMacro | () | method | 
| hasregisterMacro | () | method | 
 public function hasregisterMacro(id:String):BooleanParameters
id:String | 
Boolean | 
| reset | () | method | 
 public function reset():void| setup | () | method | 
 public function setup():void