| Package | com.jeffdePascale.fosfr.core |
| Class | public class ConfigLoaderEvent |
| Inheritance | ConfigLoaderEvent flash.events.Event |
ConfigLoaderEvent objects during the loading of the configuration xml file by FosfrBaseClass. There is one type of Config Loader Event:
See also
| Constant | Defined by | ||
|---|---|---|---|
| COMPLETE : String = "complete" [static]
The
ConfigLoaderEvent.COMPLETE constant defines the value of the type property of the event object for a complete event. | ConfigLoaderEvent | ||
| COMPLETE | constant |
public static const COMPLETE:String = "complete"
The ConfigLoaderEvent.COMPLETE constant defines the value of the type property of the event object for a complete event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
type | "complete" |
bubbles | A Boolean value. |
cancelable | A Boolean value. |
configXML | an XML object containing the loaded configuration file. |