Packagecom.asfusion.mate.core
Classpublic class MateManager

MateManager is in charge of returning an instance of the IMateManager that is one of the core classes of Mate.



Public Properties
 PropertyDefined by
  instance : IMateManager
[static][read-only] Returns a single IMateManager instance.
MateManager
Protected Methods
 MethodDefined by
  
[static] Creates the IMateManager instance.
MateManager
Property detail
instanceproperty
instance:IMateManager  [read-only]

Returns a single IMateManager instance.

Implementation
    public static function get instance():IMateManager
Method detail
createInstance()method
protected static function createInstance():IMateManager

Creates the IMateManager instance.

Returns
IMateManager