类分层结构
- java.lang.Object
- org.springframework.context.event.AbstractApplicationEventMulticaster (implements org.springframework.context.event.ApplicationEventMulticaster, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
- org.springframework.context.event.SimpleApplicationEventMulticaster
- io.microsphere.spring.context.event.BeanFactoryListenerAdapter (implements io.microsphere.spring.context.event.BeanFactoryListener)
- io.microsphere.spring.context.event.BeanListenerAdapter (implements io.microsphere.spring.context.event.BeanListener)
- io.microsphere.spring.context.event.BeanTimeStatistics (implements io.microsphere.spring.context.event.BeanListener, org.springframework.beans.factory.BeanNameAware)
- io.microsphere.spring.context.event.DeferredApplicationEventPublisher (implements org.springframework.context.ApplicationEventPublisher, org.springframework.context.ApplicationListener<E>)
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- io.microsphere.spring.context.event.EventPublishingBeanInitializer (implements org.springframework.context.ApplicationContextInitializer<C>, org.springframework.core.PriorityOrdered)
- io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter<T> (implements org.springframework.beans.factory.config.BeanPostProcessor)
- io.microsphere.spring.context.event.JavaBeansPropertyChangeListenerAdapter (implements java.beans.PropertyChangeListener)
- io.microsphere.spring.context.event.LoggingBeanFactoryListener (implements io.microsphere.spring.context.event.BeanFactoryListener)
- io.microsphere.spring.context.event.LoggingBeanListener (implements io.microsphere.spring.context.event.BeanListener)
- io.microsphere.spring.context.event.OnceApplicationContextEventListener<E> (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<E>)