Packagecom.lafabrick.reflex.ioc.event
Classpublic class ContextEvent
InheritanceContextEvent Inheritance flash.events.Event

Event for ApplicationContext

See also

com.lafabrick.reflex.ioc.ApplicationContext


Public Properties
 PropertyDefined by
  contextName : String
Storage of the name of the current context
ContextEvent
Public Methods
 MethodDefined by
  
ContextEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
ContextEvent
Public Constants
 ConstantDefined by
  CONTEXT_LOADED : String = "contextLoaded"
[static] Definition of the type of Event when the XML context is loaded
ContextEvent
Property detail
contextNameproperty
public var contextName:String

Storage of the name of the current context

Constructor detail
ContextEvent()constructor
public function ContextEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
CONTEXT_LOADEDconstant
public static const CONTEXT_LOADED:String = "contextLoaded"

Definition of the type of Event when the XML context is loaded