Package org.springframework.context.event

Support classes for application events, like standard context events.

See
          Description

Class Diagram Summary
event 
 

Interface Summary
ApplicationEventMulticasterSubinterface of ApplicationListener to be implemented by listeners that can broadcast events to other listeners.
 

Class Summary
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
 

Package org.springframework.context.event Description

Support classes for application events, like standard context events. To be supported by all major application context implementations.