JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.teavm.classlib.java.lang.reflect
Interface TInvocationHandler
public interface
TInvocationHandler
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
invoke
(
Object
proxy,
Method
method,
Object
[] args)
Method Details
invoke
Object
invoke
(
Object
proxy,
Method
method,
Object
[] args)
throws
Throwable
Throws:
Throwable