Packagecom.bourre.ioc.parser
Classpublic class ContextParserEvent
InheritanceContextParserEvent Inheritance BasicEvent Inheritance flash.events.Event

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The DisplayObjectBuilderEvent class represents the event object passed to the event listener for ContextParser events.

See also

ContextParser


Public Properties
 PropertyDefined by
 Inheritedtarget : Object
The source object of this event
BasicEvent
 Inheritedtype : String
The type of this event
BasicEvent
Protected Properties
 PropertyDefined by
 Inherited_oTarget : Object
The source object of this event, redefined to provide write access
BasicEvent
 Inherited_sType : String
The type of the event, redefined to provide write access
BasicEvent
Public Methods
 MethodDefined by
  
Creates instance.
ContextParserEvent
 Inherited
clone():Event
Clone the event
BasicEvent
  
Returns targeted context parser.
ContextParserEvent
 Inherited
getTarget():Object
Returns the current source of this event object.
BasicEvent
 Inherited
getType():String
Returns the type of this event, which generally correspond to the name of the called function on the listener.
BasicEvent
 Inherited
setTarget(oTarget:Object):void
Defines the new source object of this event.
BasicEvent
 Inherited
setType(en:String):void
Defines the new event type for this event object.
BasicEvent
 Inherited
toString():String
Returns the string representation of this instance.
BasicEvent
Public Constants
 ConstantDefined by
  onContextParsingEndEVENT : String = "onContextParsingEnd"
[static] Defines the value of the type property of the event object for a onContextParsingEnd event.
ContextParserEvent
  onContextParsingStartEVENT : String = "onContextParsingStart"
[static] Defines the value of the type property of the event object for a onContextParsingStart event.
ContextParserEvent
Constructor detail
ContextParserEvent()constructor
public function ContextParserEvent(sType:String, cp:ContextParser)

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Creates instance.

Parameters
sType:String
 
cp:ContextParser
Method detail
getContextParser()method
public function getContextParser():ContextParser

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns targeted context parser.

Returns
ContextParser
Constant detail
onContextParsingEndEVENTconstant
public static const onContextParsingEndEVENT:String = "onContextParsingEnd"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Defines the value of the type property of the event object for a onContextParsingEnd event.

onContextParsingStartEVENTconstant 
public static const onContextParsingStartEVENT:String = "onContextParsingStart"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Defines the value of the type property of the event object for a onContextParsingStart event.