Class AbstractNotificationListenerManager
- java.lang.Object
-
- me.insidezhou.southernquiet.notification.driver.AbstractNotificationListenerManager
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public abstract class AbstractNotificationListenerManager extends java.lang.Object implements org.springframework.beans.factory.InitializingBean
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.context.ApplicationContextapplicationContext
-
Constructor Summary
Constructors Constructor Description AbstractNotificationListenerManager(org.springframework.context.ApplicationContext applicationContext)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()protected abstract voidinitListener(NotificationListener listener, java.lang.Object bean, java.lang.reflect.Method method)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
initListener
protected abstract void initListener(NotificationListener listener, java.lang.Object bean, java.lang.reflect.Method method)
-
-