org.apache.tapestry5.ioc
Interface ServiceAdvisor

All Known Implementing Classes:
ServiceAdvisorImpl

public interface ServiceAdvisor

Provided by a AdvisorDef to perform the advice (by invoking methods on a MethodAdviceReceiver).

Since:
5.1.0.0

Method Summary
 void advise(MethodAdviceReceiver methodAdviceReceiver)
          Passed the reciever, allows the code (usually a method on a module class) to advice some or all methods.
 

Method Detail

advise

void advise(MethodAdviceReceiver methodAdviceReceiver)
Passed the reciever, allows the code (usually a method on a module class) to advice some or all methods.

Parameters:
methodAdviceReceiver -


Copyright © 2003-2012 The Apache Software Foundation.