Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » framework » [javadoc | source]
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.
Method from org.springframework.aop.framework.AdvisedSupportListener Summary:
activated,   adviceChanged
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.