Package | uk.msfx.utils.tracing.users |
Class | public class TrUsers |
Inheritance | TrUsers ![]() |
Method | Defined By | ||
---|---|---|---|
TrUsers()
Empty unused Constructor. | TrUsers |
Constant | Defined By | ||
---|---|---|---|
DEFAULT : String = Default [static]
Default User
| TrUsers | ||
FLASH_DEVELOP : String = 3:flashdevelop [static]
Flash Develop Example User
Prefixed with "3:" so the output will be red within the FlashDevelop output console.
| TrUsers | ||
MSFX : String = MSFX [static]
Author
| TrUsers |
TrUsers | () | Constructor |
public function TrUsers()
Empty unused Constructor.
DEFAULT | Constant |
public static const DEFAULT:String = Default
Default User
FLASH_DEVELOP | Constant |
public static const FLASH_DEVELOP:String = 3:flashdevelop
Flash Develop Example User
Prefixed with "3:" so the output will be red within the FlashDevelop output console.
MSFX | Constant |
public static const MSFX:String = MSFX
Author