| Package | artcustomer.framework.core |
| Class | public class AbstractMacroCommand |
| Inheritance | AbstractMacroCommand Object |
| Method | Defined By | ||
|---|---|---|---|
Constructor
| AbstractMacroCommand | ||
destroy():void
Destroy MacroCommand. | AbstractMacroCommand | ||
execute(event:Event):void
Execute MacroCommand. | AbstractMacroCommand | ||
setup():void
Setup MacroCommand. | AbstractMacroCommand | ||
| AbstractMacroCommand | () | Constructor |
public function AbstractMacroCommand()Constructor
| destroy | () | method |
public function destroy():voidDestroy MacroCommand. Must be overrided and called at last in child !
| execute | () | method |
public function execute(event:Event):voidExecute MacroCommand. Must be overrided !
Parameters
event:Event |
| setup | () | method |
public function setup():voidSetup MacroCommand. Must be overrided and called at first in child !