Package org.springframework.boot.builder
Class ParentContextApplicationContextInitializer.ParentContextAvailableEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ParentContextApplicationContextInitializer
public static class ParentContextApplicationContextInitializer.ParentContextAvailableEvent
extends org.springframework.context.ApplicationEvent
ApplicationEvent fired when a parent context is available.- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionParentContextAvailableEvent(org.springframework.context.ConfigurableApplicationContext applicationContext) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.context.ConfigurableApplicationContextMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
ParentContextAvailableEventpublic ParentContextAvailableEvent(org.springframework.context.ConfigurableApplicationContext applicationContext) 
 
- 
- 
Method Details- 
getApplicationContextpublic org.springframework.context.ConfigurableApplicationContext getApplicationContext()
 
-