|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvocationHandlerWithTarget
An invocationHandler with the two additional properties target and state.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |