| Package | org.springextensions.actionscript.ioc.config.impl.mxml.custom.eventbus |
| Class | public class AbstractEventBusComponent |
| Inheritance | AbstractEventBusComponent AbstractCustomObjectDefinitionComponent flash.events.EventDispatcher |
| Implements | IEventBusUserRegistryAware |
| Subclasses | EventHandler, EventInterceptor, EventListenerInterceptor, EventRouter |
Default MXML PropertychildContent
| Property | Defined By | ||
|---|---|---|---|
| childContent : Array | AbstractEventBusComponent | ||
![]() | document : Object | AbstractCustomObjectDefinitionComponent | |
| eventBusUserRegistry : IEventBusUserRegistry | AbstractEventBusComponent | ||
![]() | id : String | AbstractCustomObjectDefinitionComponent | |
| instance : String | AbstractEventBusComponent | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new AbstractEventBusComponent instance. | AbstractEventBusComponent | ||
![]() | execute(applicationContext:IApplicationContext, objectDefinitions:Object):void | AbstractCustomObjectDefinitionComponent | |
![]() | initialized(document:Object, id:String):void | AbstractCustomObjectDefinitionComponent | |
| Constant | Defined By | ||
|---|---|---|---|
| CHILDCONTENT_CHANGED_EVENT : String = childContentChanged [static] | AbstractEventBusComponent | ||
| INSTANCE_CHANGED_EVENT : String = instanceChanged [static] | AbstractEventBusComponent | ||
| childContent | property |
childContent:ArrayThis property can be used as the source for data binding.
public function get childContent():Array public function set childContent(value:Array):void| eventBusUserRegistry | property |
eventBusUserRegistry:IEventBusUserRegistry public function get eventBusUserRegistry():IEventBusUserRegistry public function set eventBusUserRegistry(value:IEventBusUserRegistry):void| instance | property |
instance:StringThis property can be used as the source for data binding.
public function get instance():String public function set instance(value:String):void| AbstractEventBusComponent | () | Constructor |
public function AbstractEventBusComponent()
Creates a new AbstractEventBusComponent instance.
| CHILDCONTENT_CHANGED_EVENT | Constant |
public static const CHILDCONTENT_CHANGED_EVENT:String = childContentChanged| INSTANCE_CHANGED_EVENT | Constant |
public static const INSTANCE_CHANGED_EVENT:String = instanceChanged