Packageartcustomer.framework.core
Classpublic class AbstractMacroCommand
InheritanceAbstractMacroCommand Inheritance Object

AbstractMacroCommand



Public Methods
 MethodDefined By
  
Constructor
AbstractMacroCommand
  
destroy():void
Destroy MacroCommand.
AbstractMacroCommand
  
execute(event:Event):void
Execute MacroCommand.
AbstractMacroCommand
  
setup():void
Setup MacroCommand.
AbstractMacroCommand
Constructor Detail
AbstractMacroCommand()Constructor
public function AbstractMacroCommand()

Constructor

Method Detail
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 !