Packageorg.springextensions.actionscript.ioc.config.impl.mxml.custom.eventbus
Classpublic class AbstractEventBusComponent
InheritanceAbstractEventBusComponent Inheritance AbstractCustomObjectDefinitionComponent Inheritance flash.events.EventDispatcher
Implements IEventBusUserRegistryAware
Subclasses EventHandler, EventInterceptor, EventListenerInterceptor, EventRouter

Default MXML PropertychildContent



Public Properties
 PropertyDefined By
  childContent : Array
AbstractEventBusComponent
 Inheriteddocument : Object
AbstractCustomObjectDefinitionComponent
  eventBusUserRegistry : IEventBusUserRegistry
AbstractEventBusComponent
 Inheritedid : String
AbstractCustomObjectDefinitionComponent
  instance : String
AbstractEventBusComponent
Public Methods
 MethodDefined By
  
Creates a new AbstractEventBusComponent instance.
AbstractEventBusComponent
 Inherited
execute(applicationContext:IApplicationContext, objectDefinitions:Object):void
AbstractCustomObjectDefinitionComponent
 Inherited
initialized(document:Object, id:String):void
AbstractCustomObjectDefinitionComponent
Public Constants
 ConstantDefined By
  CHILDCONTENT_CHANGED_EVENT : String = childContentChanged
[static]
AbstractEventBusComponent
  INSTANCE_CHANGED_EVENT : String = instanceChanged
[static]
AbstractEventBusComponent
Property Detail
childContentproperty
childContent:Array

This property can be used as the source for data binding.


Implementation
    public function get childContent():Array
    public function set childContent(value:Array):void
eventBusUserRegistryproperty 
eventBusUserRegistry:IEventBusUserRegistry


Implementation
    public function get eventBusUserRegistry():IEventBusUserRegistry
    public function set eventBusUserRegistry(value:IEventBusUserRegistry):void
instanceproperty 
instance:String

This property can be used as the source for data binding.


Implementation
    public function get instance():String
    public function set instance(value:String):void
Constructor Detail
AbstractEventBusComponent()Constructor
public function AbstractEventBusComponent()

Creates a new AbstractEventBusComponent instance.

Constant Detail
CHILDCONTENT_CHANGED_EVENTConstant
public static const CHILDCONTENT_CHANGED_EVENT:String = childContentChanged

INSTANCE_CHANGED_EVENTConstant 
public static const INSTANCE_CHANGED_EVENT:String = instanceChanged