| 程序包 | 说明 |
|---|---|
| org.springframework.context.event |
Support classes for application events, like standard context events.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenericApplicationListenerAdapter
GenericApplicationListener adapter that determines supported event types
through introspecting the generically declared type of the target listener. |
class |
SourceFilteringListener
ApplicationListener decorator that filters
events from a specified event source, invoking its delegate listener for
matching ApplicationEvent objects only. |