Package com.palantir.common.proxy
Interface DelegatingInvocationHandler
-
- All Superinterfaces:
InvocationHandler
- All Known Implementing Classes:
AbstractDelegatingInvocationHandler
,DelayProxy
,InterruptibleProxy
,TimingProxy
public interface DelegatingInvocationHandler extends InvocationHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getDelegate()
-
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
-
-
-
-
Method Detail
-
getDelegate
Object getDelegate()
-
-