Interface LazyLoadingEventListener<T extends org.springframework.context.ApplicationEvent>

All Superinterfaces:
org.springframework.context.ApplicationListener<T>, EventListener
All Known Subinterfaces:
ITrigger
All Known Implementing Classes:
Alarm, Clearing, Trigger

public interface LazyLoadingEventListener<T extends org.springframework.context.ApplicationEvent> extends org.springframework.context.ApplicationListener<T>
During the ApplicationContext refresh Spring will try and automatically create and register all EventListeners EventListeners which implement this interface will be exempt from this behaviour but in turn will need to be registered manually in the required org.springframework.context.ConfigurableApplicationContext.
Author:
Niels Meijer
  • Method Summary

    Methods inherited from interface org.springframework.context.ApplicationListener

    onApplicationEvent