Package | com.asfusion.mate.events |
Class | public class InjectorEvent |
Inheritance | InjectorEvent flash.events.Event |
Property | Defined by | ||
---|---|---|---|
injectorTarget : Object
Target that wants to register for Injection.
| InjectorEvent | ||
uid : *
Unique identifier to distinguish the target
| InjectorEvent |
Method | Defined by | ||
---|---|---|---|
InjectorEvent(type:String, target:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| InjectorEvent |
Constant | Defined by | ||
---|---|---|---|
INJECT_DERIVATIVES : String = "injectDerivativesInjectorEvent" [static]
| InjectorEvent |
injectorTarget | property |
public var injectorTarget:Object
Target that wants to register for Injection.
uid | property |
public var uid:*
Unique identifier to distinguish the target
InjectorEvent | () | constructor |
public function InjectorEvent(type:String, target:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
Parameterstype:String |
|
target:Object |
|
bubbles:Boolean (default = false )
|
|
cancelable:Boolean (default = false )
|
INJECT_DERIVATIVES | constant |
public static const INJECT_DERIVATIVES:String = "injectDerivativesInjectorEvent"