org.springframework.aop.framework
public interface: AdvisedSupportListener [javadoc |
source]
Listener to be registered on
ProxyCreatorSupport objects
Allows for receiving callbacks on activation and change of advice.
Also see:
- ProxyCreatorSupport#addListener
- author:
Rod - Johnson
- author:
Juergen - Hoeller
| Method from org.springframework.aop.framework.AdvisedSupportListener Detail: |
public void activated(AdvisedSupport advised)
Invoked when the first proxy is created. |
public void adviceChanged(AdvisedSupport advised)
Invoked when advice is changed after a proxy is created. |