public abstract class AbstractListenerManager
extends java.lang.Object
| Constructor and Description |
|---|
AbstractListenerManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
initListener(org.springframework.context.ApplicationContext applicationContext) |
void |
initListener(org.springframework.context.event.ContextRefreshedEvent event) |
protected abstract void |
initListener(NotificationListener listener,
java.lang.Object bean,
java.lang.reflect.Method method) |
@EventListener(value=org.springframework.context.event.ContextRefreshedEvent.class) public void initListener(org.springframework.context.event.ContextRefreshedEvent event)
public void initListener(org.springframework.context.ApplicationContext applicationContext)
protected abstract void initListener(NotificationListener listener, java.lang.Object bean, java.lang.reflect.Method method)