sandy.parser.ParserEvent

type
class
extends
flash.events.Event
version
3.1
Events that are used by the parser classes.

Static Variables

FAIL : String

Defines the value of the type property of a onFailEVENT event object.

INIT : String

Defines the value of the type property of a onInitEVENT event object.

LOAD : String

Defines the value of the type property of a onLoadEVENT event object.

PARSING : String

Defines the value of the type property of a onParsingEVENT event object.

PROGRESS : String

Defines the value of the type property of a onProgressEVENT event object.

Constructor

new(p_sType : String)
parameters
p_sType The event type string
The ParserEvent constructor

Instance Variables hide inherited show inherited

bubbles(default,null) : Bool

inherited from flash.events.Event

cancelable(default,null) : Bool

inherited from flash.events.Event

currentTarget(default,null) : Dynamic

inherited from flash.events.Event

eventPhase(default,null) : EventPhase

inherited from flash.events.Event
The group the object will be assigned to.

percent : Float

The percent of the loading that is complete.

target(default,null) : Dynamic

inherited from flash.events.Event

type(default,null) : String

inherited from flash.events.Event

Instance Methods hide inherited show inherited

clone() : Event

inherited from flash.events.Event

formatToString(className : String, ?p1 : Dynamic, ?p2 : Dynamic, ?p3 : Dynamic, ?p4 : Dynamic, ?p5 : Dynamic) : String

inherited from flash.events.Event

isDefaultPrevented() : Bool

inherited from flash.events.Event

preventDefault() : Void

inherited from flash.events.Event

stopImmediatePropagation() : Void

inherited from flash.events.Event

stopPropagation() : Void

inherited from flash.events.Event

toString() : String

inherited from flash.events.Event