public class FooInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler, java.io.Serializable
Constructor and Description |
---|
FooInvocationHandler(Foo f) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public FooInvocationHandler(Foo f)
Copyright © 1995–2023 Webtide. All rights reserved.