public abstract class ApplicationStartedListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
| 构造器和说明 |
|---|
ApplicationStartedListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
eventCallback(org.springframework.boot.context.event.ApplicationStartedEvent event)
监听器具体的业务逻辑
|
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event) |
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event)
onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>public abstract void eventCallback(org.springframework.boot.context.event.ApplicationStartedEvent event)
Copyright © 2022. All rights reserved.