| Package | com.lafabrick.reflex.ioc.event |
| Class | public class ContextEvent |
| Inheritance | ContextEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| contextName : String
Storage of the name of the current context
| ContextEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ContextEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| ContextEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CONTEXT_LOADED : String = "contextLoaded" [static]
Definition of the type of Event when the XML context is loaded
| ContextEvent | ||
| contextName | property |
public var contextName:StringStorage of the name of the current context
| ContextEvent | () | constructor |
public function ContextEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| CONTEXT_LOADED | constant |
public static const CONTEXT_LOADED:String = "contextLoaded"Definition of the type of Event when the XML context is loaded