public class CseApplicationListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.core.Ordered, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
CseApplicationListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setInitEventClass(Class<?> initEventClass) |
protected void |
triggerEvent(BootListener.EventType eventType) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setInitEventClass(Class<?> initEventClass)
public int getOrder()
getOrder in interface org.springframework.core.Orderedprotected void triggerEvent(BootListener.EventType eventType)
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>Copyright © 2017. All rights reserved.