Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.springframework.context.event

Interface Summary
ApplicationEventMulticaster Interface to be implemented by objects that can manage a number of ApplicationListeners, and publish events to them.
 

Class Summary
ConsoleListener Simple listener for debug use only that logs messages to the console.
ContextClosedEvent Event raised when an ApplicationContext gets closed.
ContextRefreshedEvent Event raised when an ApplicationContext gets initialized or refreshed.
EventPublicationInterceptor Interceptor that knows how to publish ApplicationEvents to all ApplicationListeners registered with an ApplicationEventPublisher (typically an ApplicationContext).
SimpleApplicationEventMulticaster Simple implementation of the ApplicationEventMulticaster interface.