public interface AdvisedSupportListener
ProxyCreatorSupport objects
 Allows for receiving callbacks on activation and change of advice.ProxyCreatorSupport.addListener(org.springframework.aop.framework.AdvisedSupportListener)| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
void activated(AdvisedSupport advised)
advised - the AdvisedSupport objectvoid adviceChanged(AdvisedSupport advised)
advised - the AdvisedSupport object