|
The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdvisedSupportListener
Listener to be registered on AdvisedSupport objects. Allows to receive callbacks on activation and change of advice.
| 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 |
|---|
void activated(AdvisedSupport advisedSupport)
advisedSupport - the AdvisedSupport objectvoid adviceChanged(AdvisedSupport advisedSupport)
advisedSupport - the AdvisedSupport object
|
The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||