Packageartcustomer.framework.core
Interfacepublic interface ICommand

ICommand



Public Properties
 PropertyDefined By
  model : IModel
ICommand
Public Methods
 MethodDefined By
  
destroy():void
ICommand
  
execute(event:Event, macroCommandID:String):void
ICommand
  
ICommand
  
hasregisterMacro(id:String):Boolean
ICommand
  
reset():void
ICommand
  
setup():void
ICommand
Property Detail
modelproperty
model:IModel


Implementation
    public function get model():IModel
    public function set model(value:IModel):void
Method Detail
destroy()method
public function destroy():void

execute()method 
public function execute(event:Event, macroCommandID:String):void

Parameters

event:Event
 
macroCommandID:String

getMacro()method 
public function getMacro(id:String):IMacroCommand

Parameters

id:String

Returns
IMacroCommand
hasregisterMacro()method 
public function hasregisterMacro(id:String):Boolean

Parameters

id:String

Returns
Boolean
reset()method 
public function reset():void

setup()method 
public function setup():void