Packagecom.asfusion.mate.ioc
Classpublic class InjectorSettings

InjectionSettings lets you have more control on how the injection occurs. You can turn off/on the auto-wiring and change the type of the event that will trigger the wiring. If auto-wiring is off, you need to use the InjectorRegistry or InjectorTarget to wire the Injectors manually.



Public Properties
 PropertyDefined by
  eventType : String
Event type that Mate will listen to that will be dispatched by the application views
InjectorSettings
Property detail
eventTypeproperty
eventType:String  [read-write]

Event type that Mate will listen to that will be dispatched by the application views

The default value is FlexEvent.CREATION_COMPLETE.

Implementation
    public function get eventType():String
    public function set eventType(value:String):void