Packageorg.spicefactory.parsley.flex.tag.builder
Classpublic class FlexContextEvent
InheritanceFlexContextEvent Inheritance flash.events.Event

Event that fires when a new Context gets created that is associated with a view root.



Public Properties
 PropertyDefined By
  context : Context
[read-only] The Context that has been initialized.
FlexContextEvent
Public Methods
 MethodDefined By
  
Creates a new event instance.
FlexContextEvent
Public Constants
 ConstantDefined By
  COMPLETE : String = complete
[static] Constant for the type of event fired when a new Context has been fully initialized.
FlexContextEvent
Property Detail
contextproperty
context:Context  [read-only]

The Context that has been initialized.


Implementation
    public function get context():Context
Constructor Detail
FlexContextEvent()Constructor
public function FlexContextEvent(context:Context)

Creates a new event instance.

Parameters
context:Context — the Context associated with this Event
Constant Detail
COMPLETEConstant
public static const COMPLETE:String = complete

Constant for the type of event fired when a new Context has been fully initialized.