Package | artcustomer.framework.engines.manager |
Class | public class AbstractManager |
Inheritance | AbstractManager Object |
Implements | IDestroyable |
Method | Defined By | ||
---|---|---|---|
Constructor
| AbstractManager | ||
build():void
Entry point of the Manager. | AbstractManager | ||
destroy():void
Destroy Manager. | AbstractManager |
AbstractManager | () | Constructor |
public function AbstractManager()
Constructor
build | () | method |
public function build():void
Entry point of the Manager. Must be overrided and called at first in child.
destroy | () | method |
public function destroy():void
Destroy Manager. Must be overrided and called at last in child.