數(shù)字藏品通識課【巴比特】
通過反射獲取實例時會觸發(fā)EventPublishingRunListener的構造函數(shù):
public EventPublishingRunListener(SpringApplication application, String[] args) {
? ?this.application = application;
? ?this.args = args;
? ?this.initialMulticaster = new SimpleApplicationEventMulticaster();
? ?for (ApplicationListener<?> listener : application.getListeners()) {
? ? ? ?this.initialMulticaster.addA
標簽: