JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
java.lang.reflect
InvocationHandler
Contents
Description
Method Summary
Method Details
invoke(Object, Method, Object[])
Hide sidebar
Show sidebar
Interface InvocationHandler
public interface
InvocationHandler
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
invoke
(
Object
var0,
Method
var1,
Object
[] var2)
Method Details
invoke
Object
invoke
(
Object
var0,
Method
var1,
Object
[] var2)
throws
Throwable
Throws:
Throwable