类 ApplicationPreparedEvent

所有已实现的接口:
Serializable

public class ApplicationPreparedEvent extends SpringApplicationEvent
Event published as when a SpringApplication is starting up and the ApplicationContext is fully prepared but not refreshed. The bean definitions will be loaded and the Environment is ready for use at this stage.
从以下版本开始:
1.0.0
作者:
Dave Syer
另请参阅: