Packagecom.asfusion.mate.utils
Classpublic class SystemManagerFinder

It is a helper class that use the [Mixin] to obtain a reference of the ISystemManager



Public Methods
 MethodDefined by
  
find():ISystemManager
[static] Returns an instance of the ISystemManager
SystemManagerFinder
  
init(systemManager:ISystemManager):void
[static] This function will be called automatically by the Flex Framework at a very early stage.
SystemManagerFinder
Method detail
find()method
public static function find():ISystemManager

Returns an instance of the ISystemManager

Returns
ISystemManager
init()method 
public static function init(systemManager:ISystemManager):void

This function will be called automatically by the Flex Framework at a very early stage.

Parameters
systemManager:ISystemManager