| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| ApplicationEventMulticaster | Interface to be implemented by objects that can manage a number of ApplicationListeners, and publish events to them. | 
| Class Summary | |
|---|---|
| AbstractApplicationEventMulticaster | Abstract implementation of the ApplicationEventMulticasterinterface,
 providing the basic listener registration facility. | 
| ApplicationContextEvent | Base class for events raised for an ApplicationContext. | 
| ContextClosedEvent | Event raised when an ApplicationContextgets closed. | 
| ContextRefreshedEvent | Event raised when an ApplicationContextgets initialized or refreshed. | 
| ContextStartedEvent | Event raised when an ApplicationContextgets started. | 
| ContextStoppedEvent | Event raised when an ApplicationContextgets stopped. | 
| EventPublicationInterceptor | Interceptorthat publishes anApplicationEventto allApplicationListenersregistered with anApplicationEventPublisherafter each
 successful method invocation. | 
| SimpleApplicationEventMulticaster | Simple implementation of the ApplicationEventMulticasterinterface. | 
| SourceFilteringListener | ApplicationListenerdecorator that filters
 events from a specified event source, invoking its delegate listener for
 matchingApplicationEventobjects only. | 
Support classes for application events, like standard context events. To be supported by all major application context implementations.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||