Uses of Interface
org.springframework.aop.framework.AdvisedSupportListener

Packages that use AdvisedSupportListener
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.  
 

Uses of AdvisedSupportListener in org.springframework.aop.framework
 

Subinterfaces of AdvisedSupportListener in org.springframework.aop.framework
 interface AdvisorChainFactory
          Factory for advisor chains.
 

Classes in org.springframework.aop.framework that implement AdvisedSupportListener
 class HashMapCachingAdvisorChainFactory
          AdvisorChainFactory implementation that caches by method.
 class ProxyFactoryBean
          FactoryBean implementation for use to source AOP proxies from a Spring BeanFactory.
 

Methods in org.springframework.aop.framework with parameters of type AdvisedSupportListener
 void AdvisedSupport.addListener(AdvisedSupportListener listener)
           
 void AdvisedSupport.removeListener(AdvisedSupportListener listener)
           
 



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