Packagecom.jeffdePascale.fosfr.core
Classpublic class ConfigLoaderEvent
InheritanceConfigLoaderEvent Inheritance flash.events.Event

Fosfr dispatches ConfigLoaderEvent objects during the loading of the configuration xml file by FosfrBaseClass. There is one type of Config Loader Event:

See also

com.jeffdePascale.fosfr.core.ConfigLoader
com.jeffdePascale.fosfr.core.FosfrBaseClass


Public Constants
 ConstantDefined 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
Constant detail
COMPLETEconstant
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.