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():void
Destroy MacroCommand. Must be overrided and called at last in child !
execute | () | method |
public function execute(event:Event):void
Execute MacroCommand. Must be overrided !
Parameters
event:Event |
setup | () | method |
public function setup():void
Setup MacroCommand. Must be overrided and called at first in child !