public interface EzApplicationListener
| 限定符和类型 | 方法和说明 |
|---|---|
default boolean |
doWebAndRootApplicationListener(org.springframework.context.event.ContextRefreshedEvent event)
若为spring-boot项目,是否执行普通web工程监听器
|
void |
onBootApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
spring-boot 初始化完成回调函数
|
void |
onRootApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
ROOT APPLICATION 初始化完成回调函数
|
void |
onWebApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
WEB APPLICATION 初始化完成回调函数
|
void onWebApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
event - void onRootApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
event - void onBootApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
event - default boolean doWebAndRootApplicationListener(org.springframework.context.event.ContextRefreshedEvent event)
event - Copyright © 2018. All rights reserved.