JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.teavm.metaprogramming
Interface InvocationHandler<T>
public interface
InvocationHandler<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
invoke
(
Value
<
T
> proxy,
ReflectMethod
method,
Value
<
Object
>[] args)
Method Details
invoke
void
invoke
(
Value
<
T
> proxy,
ReflectMethod
method,
Value
<
Object
>[] args)