Packageartcustomer.framework.core
Interfacepublic interface IMacroModel

IMacroModel



Public Properties
 PropertyDefined By
  id : String
[read-only]
IMacroModel
  model : IModel
IMacroModel
Public Methods
 MethodDefined By
  
destroy():void
IMacroModel
  
init():void
IMacroModel
  
reset():void
IMacroModel
  
setup():void
IMacroModel
  
update():void
IMacroModel
Property Detail
idproperty
id:String  [read-only]


Implementation
    public function get id():String
modelproperty 
model:IModel


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

init()method 
public function init():void

reset()method 
public function reset():void

setup()method 
public function setup():void

update()method 
public function update():void