Class AbstractNotificationListenerManager

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public abstract class AbstractNotificationListenerManager
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean
    • Field Detail

      • applicationContext

        protected final org.springframework.context.ApplicationContext applicationContext
    • Constructor Detail

      • AbstractNotificationListenerManager

        public AbstractNotificationListenerManager​(org.springframework.context.ApplicationContext applicationContext)
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • initListener

        protected abstract void initListener​(NotificationListener listener,
                                             java.lang.Object bean,
                                             java.lang.reflect.Method method)