Packagecom.asfusion.mate.events
Classpublic class InjectorEvent
InheritanceInjectorEvent Inheritance flash.events.Event

This event is used by the InjectorRegistry to register a target for Injection.



Public Properties
 PropertyDefined by
  injectorTarget : Object
Target that wants to register for Injection.
InjectorEvent
  uid : *
Unique identifier to distinguish the target
InjectorEvent
Public Methods
 MethodDefined by
  
InjectorEvent(target:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
InjectorEvent
Property detail
injectorTargetproperty
public var injectorTarget:Object

Target that wants to register for Injection.

uidproperty 
public var uid:*

Unique identifier to distinguish the target

Constructor detail
InjectorEvent()constructor
public function InjectorEvent(target:Object, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
target:Object
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)