Class DelegatingApplicationListener

java.lang.Object
org.springframework.boot.context.config.DelegatingApplicationListener
All Implemented Interfaces:
EventListener, ApplicationListener<ApplicationEvent>, Ordered

public class DelegatingApplicationListener extends Object implements ApplicationListener<ApplicationEvent>, Ordered
ApplicationListener that delegates to other listeners that are specified under a context.listener.classes environment property.
Since:
1.0.0
Author:
Dave Syer, Phillip Webb