Packagesandy.parser
Classpublic final class ParserEvent
InheritanceParserEvent Inheritance flash.events.Event

Events that are used by the Parser classes.



Public Properties
 PropertyDefined by
  group : Group
ParserEvent
  percent : Number
ParserEvent
Public Methods
 MethodDefined by
  
ParserEvent(p_sType:String)
The ParserEvent constructor
ParserEvent
Public Constants
 ConstantDefined by
  FAIL : String = "onFailEVENT"
[static] The load has failed
ParserEvent
  INIT : String = "onInitEVENT"
[static] The OBject3D object is initialized
ParserEvent
  LOAD : String = "onLoadEVENT"
[static] The load has started
ParserEvent
  PROGRESS : String = "onProgressEVENT"
[static] The load is in progress
ParserEvent
Property detail
groupproperty
public var group:Group
percentproperty 
public var percent:Number
Constructor detail
ParserEvent()constructor
public function ParserEvent(p_sType:String)

The ParserEvent constructor

Parameters
p_sType:String — The event type string
Constant detail
FAILconstant
public static const FAIL:String = "onFailEVENT"

The load has failed

INITconstant 
public static const INIT:String = "onInitEVENT"

The OBject3D object is initialized

LOADconstant 
public static const LOAD:String = "onLoadEVENT"

The load has started

PROGRESSconstant 
public static const PROGRESS:String = "onProgressEVENT"

The load is in progress