Package | com.asfusion.mate.utils |
Class | public class SystemManagerFinder |
[Mixin]
to obtain
a reference of the ISystemManager
Method | Defined 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 |
find | () | method |
public static function find():ISystemManager
Returns an instance of the ISystemManager
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.
ParameterssystemManager:ISystemManager |