Packageartcustomer.framework.engines.manager
Classpublic class AbstractManager
InheritanceAbstractManager Inheritance Object
Implements IDestroyable

AbstractManager



Public Methods
 MethodDefined By
  
Constructor
AbstractManager
  
build():void
Entry point of the Manager.
AbstractManager
  
destroy():void
Destroy Manager.
AbstractManager
Constructor Detail
AbstractManager()Constructor
public function AbstractManager()

Constructor

Method Detail
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.