Package | artcustomer.framework.core |
Class | public class AbstractMacroModel |
Inheritance | AbstractMacroModel Object |
Method | Defined By | ||
---|---|---|---|
Constructor
| AbstractMacroModel | ||
destroy():void
Destroy MacroModel. | AbstractMacroModel | ||
init():void
Init MacroModel. | AbstractMacroModel | ||
reset():void
Reset MacroModel. | AbstractMacroModel | ||
setup():void
Setup MacroModel. | AbstractMacroModel | ||
update():void
Update MacroModel. | AbstractMacroModel |
AbstractMacroModel | () | Constructor |
public function AbstractMacroModel()
Constructor
destroy | () | method |
public function destroy():void
Destroy MacroModel. Must be overrided and called at last in child !
init | () | method |
public function init():void
Init MacroModel. Must be overrided and called at last in child !
reset | () | method |
public function reset():void
Reset MacroModel. Must be overrided and called at first in child !
setup | () | method |
public function setup():void
Setup MacroModel. Must be overrided and called at first in child !
update | () | method |
public function update():void
Update MacroModel. Must be overrided and called at first in child !