| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdvisedSupportListener
Listener to be registered on ProxyCreatorSupport objects
 Allows for receiving callbacks on activation and change of advice.
ProxyCreatorSupport.addListener(org.springframework.aop.framework.AdvisedSupportListener)| Method Summary | |
|---|---|
|  void | activated(AdvisedSupport advised)Invoked when the first proxy is created. | 
|  void | adviceChanged(AdvisedSupport advised)Invoked when advice is changed after a proxy is created. | 
| Method Detail | 
|---|
void activated(AdvisedSupport advised)
advised - the AdvisedSupport objectvoid adviceChanged(AdvisedSupport advised)
advised - the AdvisedSupport object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||