Package | org.spicefactory.parsley.xml.events |
Class | public class XmlFileEvent |
Inheritance | XmlFileEvent ![]() |
Property | Defined By | ||
---|---|---|---|
filename : String [read-only]
The name of the XML configuration file. | XmlFileEvent |
Method | Defined By | ||
---|---|---|---|
XmlFileEvent(type:String, filename:String)
Creates a new event instance. | XmlFileEvent |
Constant | Defined 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 |
filename | property |
filename:String
[read-only] The name of the XML configuration file.
public function get filename():String
XmlFileEvent | () | Constructor |
public function XmlFileEvent(type:String, filename:String)
Creates a new event instance.
Parameterstype:String — the type of this event
| |
filename:String — the name of the XML configuration file
|
FILE_COMPLETE | Constant |
public static const FILE_COMPLETE:String = fileComplete
Constant for the type of event dispatched when an XML file has completed to load.
FILE_INIT | Constant |
public static const FILE_INIT:String = fileInit
Constant for the type of event dispatched when an XML file starts to load.