com.lonniepryor.blues.aop
Interface Before
- public interface Before
Interface that describes the behavour of advice that executes before the
invocation of a join point.
- Version:
- $Revision: 1.1 $
- Author:
- Lonnie Pryor
|
Method Summary |
void |
before(java.lang.Object target,
java.lang.reflect.Method method,
java.lang.Object[] params)
Called before the invocation of a join point. |
before
public void before(java.lang.Object target,
java.lang.reflect.Method method,
java.lang.Object[] params)
- Called before the invocation of a join point.
- Parameters:
method - The method that was invoked.target - The object the invocation occurred on.params - The parameters passed to the method.
Copyright © 2003 Blues Framework. All Rights Reserved.