| Package | org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.impl.eventbus.customconfiguration |
| Class | public class EventListenerInterceptorCustomConfigurator |
| Inheritance | EventListenerInterceptorCustomConfigurator AbstractInterceptorCustomConfigurator AbstractEventBusCustomConfigurator Object |
| Method | Defined By | ||
|---|---|---|---|
EventListenerInterceptorCustomConfigurator(eventBusUserRegistry:IEventBusUserRegistry, eventName:String = null, eventClass:Class = null, topics:Vector.<String> = null, topicProperties:Vector.<String> = null) | EventListenerInterceptorCustomConfigurator | ||
execute(instance:*, objectDefinition:IObjectDefinition):* [override]
| EventListenerInterceptorCustomConfigurator | ||
| Method | Defined By | ||
|---|---|---|---|
addEventClassListenerInterceptors(instance:IEventListenerInterceptor):void | EventListenerInterceptorCustomConfigurator | ||
addEventListenerInterceptors(instance:IEventListenerInterceptor):void | EventListenerInterceptorCustomConfigurator | ||
addListenerInterceptors(instance:IEventListenerInterceptor):void | EventListenerInterceptorCustomConfigurator | ||
![]() | initAbstractInterceptorCustomConfigurator(eventName:String, eventClass:Class, topics:Vector.<String>, topicProperties:Vector.<String>):void | AbstractInterceptorCustomConfigurator | |
| EventListenerInterceptorCustomConfigurator | () | Constructor |
public function EventListenerInterceptorCustomConfigurator(eventBusUserRegistry:IEventBusUserRegistry, eventName:String = null, eventClass:Class = null, topics:Vector.<String> = null, topicProperties:Vector.<String> = null)Parameters
eventBusUserRegistry:IEventBusUserRegistry | |
eventName:String (default = null) | |
eventClass:Class (default = null) | |
topics:Vector.<String> (default = null) | |
topicProperties:Vector.<String> (default = null) |
| addEventClassListenerInterceptors | () | method |
protected function addEventClassListenerInterceptors(instance:IEventListenerInterceptor):void
Parameters
instance:IEventListenerInterceptor |
| addEventListenerInterceptors | () | method |
protected function addEventListenerInterceptors(instance:IEventListenerInterceptor):void
Parameters
instance:IEventListenerInterceptor |
| addListenerInterceptors | () | method |
protected function addListenerInterceptors(instance:IEventListenerInterceptor):void
Parameters
instance:IEventListenerInterceptor |
| execute | () | method |
override public function execute(instance:*, objectDefinition:IObjectDefinition):*
Parameters
instance:* | |
objectDefinition:IObjectDefinition |
* |