com.lonniepryor.blues.aop
Interface After


public interface After

Interface that describes the behavour of advice that executes after the invocation of a join point.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor

Method Summary
 void after(java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] params)
          Called after the invocation of a join point.
 

Method Detail

after

public void after(java.lang.Object target,
                  java.lang.reflect.Method method,
                  java.lang.Object[] params)
Called after 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.