net.sf.cglib.proxy
public interface InvocationHandler extends Callback
InvocationHandler replacement (unavailable under JDK 1.2).
This callback type is primarily for use by the Proxy class but
may be used with Enhancer as well.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
Copyright (c) 2001 - Apache Software Foundation