Packageorg.spicefactory.parsley.core.events
Classpublic class ContextCreationEvent
InheritanceContextCreationEvent Inheritance flash.events.Event

Event that fires when a new Context was created that is associated with a view root. The event allows listeners in the view hierarchy above to get hold of the new Context without the need for the views that hold the Context to adhere to some sort of contract.



Public Properties
 PropertyDefined By
  context : Context
[read-only] The Context that was created.
ContextCreationEvent
Public Constants
 ConstantDefined By
  CREATE_CONTEXT : String = createContext
[static] Constant for the type of bubbling event fired when a new Context was created that is associated with a view root.
ContextCreationEvent
Property Detail
contextproperty
context:Context  [read-only]

The Context that was created.


Implementation
    public function get context():Context
Constant Detail
CREATE_CONTEXTConstant
public static const CREATE_CONTEXT:String = createContext

Constant for the type of bubbling event fired when a new Context was created that is associated with a view root. The event allows listeners in the view hierarchy above to get hold of the new Context without the need for the views that hold the Context to adhere to some sort of contract.