public interface EzRootApplicationListener extends EzApplicationListener
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
onBootApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
spring-boot 初始化完成回调函数
|
void |
onRootApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
ROOT APPLICATION 初始化完成回调函数
|
default void |
onWebApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
WEB APPLICATION 初始化完成回调函数
|
doWebAndRootApplicationListenervoid onRootApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
EzApplicationListeneronRootApplicationEvent 在接口中 EzApplicationListenerdefault void onWebApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
EzApplicationListeneronWebApplicationEvent 在接口中 EzApplicationListenerdefault void onBootApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
EzApplicationListeneronBootApplicationEvent 在接口中 EzApplicationListenerCopyright © 2018. All rights reserved.