public abstract class AbstractNotificationListenerManager
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
| Constructor and Description |
|---|
AbstractNotificationListenerManager(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected abstract void |
initListener(NotificationListener listener,
java.lang.Object bean,
java.lang.reflect.Method method) |
protected final org.springframework.context.ApplicationContext applicationContext
public AbstractNotificationListenerManager(org.springframework.context.ApplicationContext applicationContext)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanprotected abstract void initListener(NotificationListener listener, java.lang.Object bean, java.lang.reflect.Method method)