org.springframework.aop.framework
Interface AdvisedSupportListener

All Known Subinterfaces:
AdvisorChainFactory
All Known Implementing Classes:
ProxyFactoryBean

public interface AdvisedSupportListener

Author:
Rod Johnson
Version: $Id: AdvisedSupportListener.java,v 1.1 2003/12/01 10:02:25 johnsonr Exp $

Method Summary
 voidactivated(AdvisedSupport advisedSupport)
          Invoked when first proxy is created
 voidadviceChanged(AdvisedSupport advisedSupport)
          Invoked when advice is changed after a proxy is created

Method Detail

activated

public void activated(AdvisedSupport advisedSupport)
Invoked when first proxy is created
Parameters:
advisedSupport

adviceChanged

public void adviceChanged(AdvisedSupport advisedSupport)
Invoked when advice is changed after a proxy is created
Parameters:
advisedSupport