| 程序包 | 说明 |
|---|---|
| org.springframework.aop.framework |
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ProxyCreatorSupport.addListener(AdvisedSupportListener listener)
Add the given AdvisedSupportListener to this proxy configuration.
|
void |
ProxyCreatorSupport.removeListener(AdvisedSupportListener listener)
Remove the given AdvisedSupportListener from this proxy configuration.
|