Class RelayInvocationHandler
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.action.RelayInvocationHandler
- All Implemented Interfaces:
 InvocationHandler
This invocation handler simply relays invoke to another invocation handler, except that it intercepts equals(Object),
 hashCode(), and toString()
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetRelay()protected BooleanproxyEquals(Object proxy, Object other) protected IntegerproxyHashCode(Object proxy) protected StringproxyToString(Object proxy) voidsetRelay(InvocationHandler handler)  
- 
Field Details
- 
relay
 
 - 
 - 
Constructor Details
- 
RelayInvocationHandler
public RelayInvocationHandler() 
 - 
 - 
Method Details
- 
invoke
- Specified by:
 invokein interfaceInvocationHandler- Throws:
 Throwable
 - 
getRelay
 - 
setRelay
 - 
proxyHashCode
 - 
proxyEquals
 - 
proxyToString
 
 -