Class ApplicationPreparedEvent

All Implemented Interfaces:
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.
Since:
1.0.0
Author:
Dave Syer
See Also: