Packageorg.spicefactory.parsley.xml.events
Classpublic class XmlFileEvent
InheritanceXmlFileEvent Inheritance flash.events.Event

Event dispatched when an XML file loading operation starts or completes.



Public Properties
 PropertyDefined By
  filename : String
[read-only] The name of the XML configuration file.
XmlFileEvent
Public Methods
 MethodDefined By
  
XmlFileEvent(type:String, filename:String)
Creates a new event instance.
XmlFileEvent
Public Constants
 ConstantDefined By
  FILE_COMPLETE : String = fileComplete
[static] Constant for the type of event dispatched when an XML file has completed to load.
XmlFileEvent
  FILE_INIT : String = fileInit
[static] Constant for the type of event dispatched when an XML file starts to load.
XmlFileEvent
Property Detail
filenameproperty
filename:String  [read-only]

The name of the XML configuration file.


Implementation
    public function get filename():String
Constructor Detail
XmlFileEvent()Constructor
public function XmlFileEvent(type:String, filename:String)

Creates a new event instance.

Parameters
type:String — the type of this event
 
filename:String — the name of the XML configuration file
Constant Detail
FILE_COMPLETEConstant
public static const FILE_COMPLETE:String = fileComplete

Constant for the type of event dispatched when an XML file has completed to load.

FILE_INITConstant 
public static const FILE_INIT:String = fileInit

Constant for the type of event dispatched when an XML file starts to load.