org.springframework.context.event
Class Diagram event

Class Summary
ApplicationEventMulticasterSubinterface of ApplicationListener to be implemented by listeners that can broadcast events to other listeners.
ApplicationEventMulticasterImplConcrete implementation of ApplicationEventMulticaster Doesn't permit multiple instances of the same listener.
ConsoleListenerSimple listener for debug use only that logs messages to the console.
ContextClosedEventEvent raised when an ApplicationContext gets closed.
ContextRefreshedEventEvent raised when an ApplicationContext gets initialized or refreshed.
EventPublicationInterceptorInterceptor that knows how to publish ApplicationEvents to all ApplicationListeners registered with ApplicationContext