接口 InvocationHandler
- 所有超级接口:
Callback,InvocationHandler
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
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.- 版本:
- $Id: InvocationHandler.java,v 1.3 2004/06/24 21:15:20 herbyderby Exp $
- 作者:
- Neeme Praks neeme@apache.org
-
方法概要
从接口继承的方法 java.lang.reflect.InvocationHandler
invoke