JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.thoughtworks.proxy.factory
Interface InvokerReference
public interface
InvokerReference
Interface to access the
Invoker
of the proxy. Every proxy generated by ProxyToys implements this interface.
Since:
0.1
Author:
Aslak Hellesøy
Method Summary
Methods
Modifier and Type
Method and Description
Invoker
getInvoker
()
Rertrieve the Invoker instance from the proxy.
Method Detail
getInvoker
Invoker
getInvoker()
Rertrieve the Invoker instance from the proxy.
Returns:
the
Invoker
instance.
Since:
0.1
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method