public class AnnotatedEventHandlerInvoker extends Object implements ApplicationListener<RepositoryEvent>, BeanPostProcessor
ApplicationEvent
s.Constructor and Description |
---|
AnnotatedEventHandlerInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
onApplicationEvent(RepositoryEvent event) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public void onApplicationEvent(RepositoryEvent event)
onApplicationEvent
in interface ApplicationListener<RepositoryEvent>
public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization
in interface BeanPostProcessor
BeansException
public Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization
in interface BeanPostProcessor
BeansException
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.