Packageartcustomer.framework.core
Interfacepublic interface IMacroCommand

IMacroCommand



Public Properties
 PropertyDefined By
  command : ICommand
IMacroCommand
  id : String
[read-only]
IMacroCommand
Public Methods
 MethodDefined By
  
destroy():void
IMacroCommand
  
execute(event:Event):void
IMacroCommand
Property Detail
commandproperty
command:ICommand


Implementation
    public function get command():ICommand
    public function set command(value:ICommand):void
idproperty 
id:String  [read-only]


Implementation
    public function get id():String
Method Detail
destroy()method
public function destroy():void

execute()method 
public function execute(event:Event):void

Parameters

event:Event