Class ApplicationEnvironmentPreparedEventListener

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
    Direct Known Subclasses:
    CommandLinePropertiesApplicationListener

    public abstract class ApplicationEnvironmentPreparedEventListener
    extends java.lang.Object
    implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
    • Constructor Detail

      • ApplicationEnvironmentPreparedEventListener

        public ApplicationEnvironmentPreparedEventListener()
    • Method Detail

      • onApplicationEnvironmentPreparedEvent

        protected abstract void onApplicationEnvironmentPreparedEvent​(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>