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