| 程序包 | 说明 |
|---|---|
| org.springframework.context.event |
Support classes for application events, like standard context events.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultEventListenerFactory
Default
EventListenerFactory implementation that supports the
regular EventListener annotation. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<EventListenerFactory> |
EventListenerMethodProcessor.getEventListenerFactories()
Return the
EventListenerFactory instances to use to handle
EventListener annotated methods. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
EventListenerMethodProcessor.processBean(List<EventListenerFactory> factories,
String beanName,
Class<?> targetType) |