| 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():voidDestroy MacroModel. Must be overrided and called at last in child !
| init | () | method |
public function init():voidInit MacroModel. Must be overrided and called at last in child !
| reset | () | method |
public function reset():voidReset MacroModel. Must be overrided and called at first in child !
| setup | () | method |
public function setup():voidSetup MacroModel. Must be overrided and called at first in child !
| update | () | method |
public function update():voidUpdate MacroModel. Must be overrided and called at first in child !