Package com.iizix.prop
Class ProxyPropCnrImpl
java.lang.Object
com.iizix.prop.ProxyPropCnrImpl
- All Implemented Interfaces:
- EventListener
Implementation of the proxy from a source container to a target container. The target container is allowed to set property values that is transported back to the source (as an option).
The proxy property does not transport private properties or properties with null values, or with errors, these properties are removed.
- Author:
- Christopher Mindus
- Constructor SummaryConstructorsConstructorDescription- ProxyPropCnrImpl- (PropCnr source, PropCnr target, boolean allowTargetToSourceChanges, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor) Constructs the proxy implementation.
- Method Summary
- Constructor Details- ProxyPropCnrImplpublic ProxyPropCnrImpl- (PropCnr source, PropCnr target, boolean allowTargetToSourceChanges, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor) Constructs the proxy implementation.
 
- Method Details- disposepublic void dispose()Disposes of the proxy implementation.
- onEventSource events.- Specified by:
- onEventin interface- EventListener
- Parameters:
- e- The event.