| Package | Description |
|---|---|
| org.springframework.context.event |
Support classes for application events, like standard context events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventListenerFactory
Default
EventListenerFactory implementation that supports the
regular EventListener annotation. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<EventListenerFactory> |
EventListenerMethodProcessor.getEventListenerFactories()
Return the
EventListenerFactory instances to use to handle
EventListener annotated methods. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EventListenerMethodProcessor.processBean(java.util.List<EventListenerFactory> factories,
java.lang.String beanName,
java.lang.Class<?> targetType) |