org.springframework.aop.framework
Interface AdvisedSupportListener

All Known Subinterfaces:
AdvisorChainFactory
All Known Implementing Classes:
HashMapCachingAdvisorChainFactory, ProxyFactoryBean

public interface AdvisedSupportListener

Version:
$Id: AdvisedSupportListener.java,v 1.2 2004/03/18 02:46:05 trisberg Exp $
Author:
Rod Johnson

Method Summary
 void activated(AdvisedSupport advisedSupport)
          Invoked when first proxy is created
 void adviceChanged(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 -


Copyright (C) 2003-2004 The Spring Framework Project.