public class ConfigsContextLifeCycle extends Object implements org.springframework.context.event.GenericApplicationListener
| 构造器和说明 |
|---|
ConfigsContextLifeCycle() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getOrder() |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
boolean |
supportsEventType(org.springframework.core.ResolvableType eventType) |
boolean |
supportsSourceType(Class<?> sourceType) |
public boolean supportsEventType(org.springframework.core.ResolvableType eventType)
supportsEventType 在接口中 org.springframework.context.event.GenericApplicationListenerpublic boolean supportsSourceType(Class<?> sourceType)
supportsSourceType 在接口中 org.springframework.context.event.GenericApplicationListenerpublic void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>public int getOrder()
getOrder 在接口中 org.springframework.context.event.GenericApplicationListenergetOrder 在接口中 org.springframework.core.OrderedCopyright © 2020. All rights reserved.