| Package | Description | 
|---|---|
| org.springframework.context.event | Support classes for application events, like standard context events. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GenericApplicationListenerAdapterGenericApplicationListeneradapter that determines supported event types
 through introspecting the generically declared type of the target listener. | 
| class  | SourceFilteringListenerApplicationListenerdecorator that filters
 events from a specified event source, invoking its delegate listener for
 matchingApplicationEventobjects only. |