Package | com.asfusion.mate.ioc |
Class | public class InjectorSettings |
InjectorRegistry
or
InjectorTarget
to wire the Injectors manually.
Property | Defined by | ||
---|---|---|---|
eventType : String
Event type that Mate will listen to that will be dispatched by the application views
| InjectorSettings |
eventType | property |
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
.
public function get eventType():String
public function set eventType(value:String):void