Packagecom.jeffdePascale.fosfr.navigation.loaders
Classpublic class LoaderState

...



Public Constants
 ConstantDefined by
  FINALIZING : String = "finalizing"
[static]
LoaderState
  IDLE : String = "idle"
[static]
LoaderState
  INITIALIZING : String = "initializing"
[static]
LoaderState
  PAUSED_AFTER_PRELOADING : String = "pausedAfterPreloading"
[static]
LoaderState
  PAUSED_BEFORE_PRELOAD : String = "pausedBeforePreload"
[static]
LoaderState
  PRELOADING : String = "preloading"
[static]
LoaderState
  UNLOADING : String = "unloading"
[static]
LoaderState
Constant detail
FINALIZINGconstant
public static const FINALIZING:String = "finalizing"
IDLEconstant 
public static const IDLE:String = "idle"
INITIALIZINGconstant 
public static const INITIALIZING:String = "initializing"
PAUSED_AFTER_PRELOADINGconstant 
public static const PAUSED_AFTER_PRELOADING:String = "pausedAfterPreloading"
PAUSED_BEFORE_PRELOADconstant 
public static const PAUSED_BEFORE_PRELOAD:String = "pausedBeforePreload"
PRELOADINGconstant 
public static const PRELOADING:String = "preloading"
UNLOADINGconstant 
public static const UNLOADING:String = "unloading"