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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetRelay()protected BooleanproxyEquals(Object proxy, Object other) protected IntegerproxyHashCode(Object proxy) protected StringproxyToString(Object proxy) voidsetRelay(InvocationHandler handler) 
- 
Field Details- 
relay
 
- 
- 
Constructor Details- 
RelayInvocationHandlerpublic RelayInvocationHandler()
 
- 
- 
Method Details- 
invoke- Specified by:
- invokein interface- InvocationHandler
- Throws:
- Throwable
 
- 
getRelay
- 
setRelay
- 
proxyHashCode
- 
proxyEquals
- 
proxyToString
 
-