Uses of Interface
org.codehaus.aspectwerkz.intercept.Advice

Packages that use Advice
org.codehaus.aspectwerkz.intercept   
 

Uses of Advice in org.codehaus.aspectwerkz.intercept
 

Subinterfaces of Advice in org.codehaus.aspectwerkz.intercept
 interface AfterAdvice
           
 interface AfterReturningAdvice
           
 interface AfterThrowingAdvice
           
 interface AroundAdvice
           
 interface BeforeAdvice
           
 

Methods in org.codehaus.aspectwerkz.intercept with parameters of type Advice
 void Advisable.aw_addAdvice(String pointcut, Advice advice)
           
 void AdvisableImpl.aw_addAdvice(String pointcut, Advice advice)
           
 



Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.