程序包 cn.taketoday.context.aware
package cn.taketoday.context.aware
-
类说明Interface to be implemented by any object that wishes to be notified of the
ApplicationContextthat it runs in.Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.Interface to be implemented by any object that wishes to be notified of the ApplicationEventPublisher (typically the ApplicationContext) that it runs in.Interface to be implemented by any bean that wishes to be notified of theEnvironmentthat it runs in.Interface to be implemented by any object that wishes to be notified of theResourceLoader(typically the ApplicationContext) that it runs in.