Packageorg.spicefactory.parsley.xml.events
Classpublic class XmlFileProgressEvent
InheritanceXmlFileProgressEvent Inheritance flash.events.ProgressEvent

Event dispatched for signalling progress of an XML loading operation.



Public Properties
 PropertyDefined By
  filename : String
[read-only] The name of the XML configuration file.
XmlFileProgressEvent
Public Methods
 MethodDefined By
  
XmlFileProgressEvent(type:String, filename:String, bytesLoaded:int, bytesTotal:int)
Creates a new event instance.
XmlFileProgressEvent
Public Constants
 ConstantDefined By
  FILE_PROGRESS : String = fileProgress
[static] Constant for the type of event dispatched to signal progress of an XML loading operation.
XmlFileProgressEvent
Property Detail
filenameproperty
filename:String  [read-only]

The name of the XML configuration file.


Implementation
    public function get filename():String
Constructor Detail
XmlFileProgressEvent()Constructor
public function XmlFileProgressEvent(type:String, filename:String, bytesLoaded:int, bytesTotal:int)

Creates a new event instance.

Parameters
type:String — the type of this event
 
filename:String — filename the name of the XML configuration file
 
bytesLoaded:int — the number of bytes already loaded
 
bytesTotal:int — the total number of bytes
Constant Detail
FILE_PROGRESSConstant
public static const FILE_PROGRESS:String = fileProgress

Constant for the type of event dispatched to signal progress of an XML loading operation.