public interface EzApplicationListenerManager
extends org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.core.Ordered
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<EzApplicationListener> |
getEzApplicationListeners(org.springframework.context.ApplicationContext applicationContext) |
default int |
getOrder() |
default void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
default void |
onContextClosedEvent(org.springframework.context.event.ContextClosedEvent event) |
default void |
onContextRefreshedEvent(org.springframework.context.event.ContextRefreshedEvent event) |
default void |
onContextStartedEvent(org.springframework.context.event.ContextStartedEvent event) |
default void |
onContextStoppedEvent(org.springframework.context.event.ContextStoppedEvent event) |
void |
setEzApplicationListeners(Collection<EzApplicationListener> ezApplicationListeners) |
default void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>default int getOrder()
getOrder 在接口中 org.springframework.core.Ordereddefault void onContextStoppedEvent(org.springframework.context.event.ContextStoppedEvent event)
default void onContextStartedEvent(org.springframework.context.event.ContextStartedEvent event)
default void onContextClosedEvent(org.springframework.context.event.ContextClosedEvent event)
default void onContextRefreshedEvent(org.springframework.context.event.ContextRefreshedEvent event)
Collection<EzApplicationListener> getEzApplicationListeners(org.springframework.context.ApplicationContext applicationContext)
void setEzApplicationListeners(Collection<EzApplicationListener> ezApplicationListeners)
Copyright © 2019. All rights reserved.