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:
    java.io.Serializable
    Enclosing class:
    ParentContextApplicationContextInitializer


    public static class ParentContextApplicationContextInitializer.ParentContextAvailableEvent
    extends org.springframework.context.ApplicationEvent
    ApplicationEvent fired when a parent context is available.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor and Description
      ParentContextAvailableEvent(org.springframework.context.ConfigurableApplicationContext applicationContext) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      org.springframework.context.ConfigurableApplicationContext getApplicationContext() 
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParentContextAvailableEvent

        public ParentContextAvailableEvent(org.springframework.context.ConfigurableApplicationContext applicationContext)
    • Method Detail

      • getApplicationContext

        public org.springframework.context.ConfigurableApplicationContext getApplicationContext()