public interface

AdvisedSupportListener

org.springframework.aop.framework.AdvisedSupportListener

Class Overview

Listener to be registered on ProxyCreatorSupport objects Allows for receiving callbacks on activation and change of advice.

Summary

Public Methods
abstract void activated(AdvisedSupport advised)
Invoked when the first proxy is created.
abstract void adviceChanged(AdvisedSupport advised)
Invoked when advice is changed after a proxy is created.

Public Methods

public abstract void activated (AdvisedSupport advised)

Invoked when the first proxy is created.

Parameters
advised the AdvisedSupport object

public abstract void adviceChanged (AdvisedSupport advised)

Invoked when advice is changed after a proxy is created.

Parameters
advised the AdvisedSupport object