| Package | com.afcomponents.events |
| Class | public class LoaderEvent |
| Inheritance | LoaderEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
LoaderEvent(type:String, obj:Object = null)
| LoaderEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CONTENT_LOAD_COMPLETE : String = "CONTENT_LOAD_COMPLETE" [static]
| LoaderEvent | ||
| CONTENT_LOAD_PROGRESS : String = "CONTENT_LOAD_PROGRESS" [static]
| LoaderEvent | ||
| CONTENT_LOAD_START : String = "CONTENT_LOAD_START" [static]
| LoaderEvent | ||
| CONTENT_UNLOAD_COMPLETE : String = "CONTENT_UNLOAD_COMPLETE" [static]
| LoaderEvent | ||
| INITIALIZE : String = "INITIALIZE" [static]
| LoaderEvent | ||
| LOADER_CHANGE : String = "LOADER_CHANGE" [static]
| LoaderEvent | ||
| LOADER_ERROR : String = "LOADER_ERROR" [static]
| LoaderEvent | ||
| TRANSITION_COMPLETE : String = "TRANSITION_COMPLETE" [static]
| LoaderEvent | ||
| TRANSITION_START : String = "TRANSITION_START" [static]
| LoaderEvent | ||
| LoaderEvent | () | constructor |
public function LoaderEvent(type:String, obj:Object = null)Parameters
type:String |
|
obj:Object (default = null) |
| CONTENT_LOAD_COMPLETE | constant |
public static const CONTENT_LOAD_COMPLETE:String = "CONTENT_LOAD_COMPLETE"
| CONTENT_LOAD_PROGRESS | constant |
public static const CONTENT_LOAD_PROGRESS:String = "CONTENT_LOAD_PROGRESS"
| CONTENT_LOAD_START | constant |
public static const CONTENT_LOAD_START:String = "CONTENT_LOAD_START"
| CONTENT_UNLOAD_COMPLETE | constant |
public static const CONTENT_UNLOAD_COMPLETE:String = "CONTENT_UNLOAD_COMPLETE"
| INITIALIZE | constant |
public static const INITIALIZE:String = "INITIALIZE"
| LOADER_CHANGE | constant |
public static const LOADER_CHANGE:String = "LOADER_CHANGE"
| LOADER_ERROR | constant |
public static const LOADER_ERROR:String = "LOADER_ERROR"
| TRANSITION_COMPLETE | constant |
public static const TRANSITION_COMPLETE:String = "TRANSITION_COMPLETE"
| TRANSITION_START | constant |
public static const TRANSITION_START:String = "TRANSITION_START"