tweed.system.interceptor
Class InterceptionHandler

java.lang.Object
  |
  +--tweed.system.interceptor.InterceptionHandler

public abstract class InterceptionHandler
extends java.lang.Object

Derive this class to intercept bean property access.

Version:
$Id$
Author:
Laurent Caillette

Constructor Summary
InterceptionHandler()
           
 
Method Summary
abstract  void handleMethod(java.lang.Object bean, MethodDescriptor methodDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptionHandler

public InterceptionHandler()
Method Detail

handleMethod

public abstract void handleMethod(java.lang.Object bean,
                                  MethodDescriptor methodDescriptor)


Copyright © 2003 Laurent Caillette. All Rights Reserved.