类 SpringEventMulticaster
- java.lang.Object
-
- org.beangle.commons.event.DefaultEventMulticaster
-
- org.beangle.inject.spring.SpringEventMulticaster
-
- 所有已实现的接口:
EventMulticaster,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class SpringEventMulticaster extends DefaultEventMulticaster implements org.springframework.context.ApplicationContextAware
- 从以下版本开始:
- 3.0.0
- 作者:
- chaostone
-
-
字段概要
-
从类继承的字段 org.beangle.commons.event.DefaultEventMulticaster
listeners
-
-
构造器概要
构造器 构造器 说明 SpringEventMulticaster()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<String>getListenerBeans()voidinitListeners()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)voidsetListenerBeans(List<String> listenerBeans)-
从类继承的方法 org.beangle.commons.event.DefaultEventMulticaster
addListener, multicast, removeAllListeners, removeListener
-
-
-
-
方法详细资料
-
initListeners
public void initListeners()
- 覆盖:
initListeners在类中DefaultEventMulticaster
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-
-