Package | com.asfusion.mate.events |
Class | public class InjectorEvent |
Inheritance | InjectorEvent ![]() |
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(target:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| 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(target:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
Parameterstarget:Object |
|
bubbles:Boolean (default = false )
|
|
cancelable:Boolean (default = false )
|