public class AwaitingNonWebApplicationListener extends Object implements org.springframework.context.event.SmartApplicationListener
ApplicationListener| 构造器和说明 |
|---|
AwaitingNonWebApplicationListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
await() |
int |
getOrder() |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
protected void |
onApplicationReadyEvent(org.springframework.boot.context.event.ApplicationReadyEvent event) |
protected void |
release() |
boolean |
supportsEventType(Class<? extends org.springframework.context.ApplicationEvent> eventType) |
boolean |
supportsSourceType(Class<?> sourceType) |
public boolean supportsEventType(Class<? extends org.springframework.context.ApplicationEvent> eventType)
supportsEventType 在接口中 org.springframework.context.event.SmartApplicationListenerpublic boolean supportsSourceType(Class<?> sourceType)
supportsSourceType 在接口中 org.springframework.context.event.SmartApplicationListenerpublic void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>public int getOrder()
getOrder 在接口中 org.springframework.core.Orderedprotected void onApplicationReadyEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
protected void await()
protected void release()
Copyright © 2020 The Apache Software Foundation. All rights reserved.