| Package | com.bourre.ioc.parser |
| Class | public class ContextParserEvent |
| Inheritance | ContextParserEvent BasicEvent flash.events.Event |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
See also
| Method | Defined by | ||
|---|---|---|---|
|
ContextParserEvent(sType:String, cp:ContextParser)
Creates instance.
| ContextParserEvent | ||
![]() |
clone():Event
Clone the event
| BasicEvent | |
|
Returns targeted context parser.
| ContextParserEvent | ||
![]() |
getTarget():Object
Returns the current source of this event object.
| BasicEvent | |
![]() |
getType():String
Returns the type of this event, which generally correspond
to the name of the called function on the listener.
| BasicEvent | |
![]() |
setTarget(oTarget:Object):void
Defines the new source object of this event.
| BasicEvent | |
![]() |
setType(en:String):void
Defines the new event type for this event object.
| BasicEvent | |
![]() |
toString():String
Returns the string representation of this instance.
| BasicEvent | |
| Constant | Defined 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 | ||
| ContextParserEvent | () | constructor |
public function ContextParserEvent(sType:String, cp:ContextParser)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Creates instance.
ParameterssType:String |
|
cp:ContextParser |
| getContextParser | () | method |
public function getContextParser():ContextParser
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns targeted context parser.
ReturnsContextParser |
| onContextParsingEndEVENT | constant |
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.
| onContextParsingStartEVENT | constant |
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.