public interface InvocationHandlerWithTarget
extends java.lang.reflect.InvocationHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getInvocationTarget()
Get the target object, for which this invocation handler is a
proxy for.
|
void |
setupInvocationHandler(java.lang.Object target,
java.lang.Object state)
Initialize this invocation handler.
|
void setupInvocationHandler(java.lang.Object target, java.lang.Object state)
target
- object, for which this object is a proxy.state
- an arbitrary object used to hold state informationjava.lang.Object getInvocationTarget()
setupInvocationHandler(Object, Object)
.