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 Summary
ConstructorDescriptionProxyPropCnrImpl
(PropCnr source, PropCnr target, boolean allowTargetToSourceChanges, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor) Constructs the proxy implementation.Method Summary
Constructor Details
ProxyPropCnrImpl
public ProxyPropCnrImpl(PropCnr source, PropCnr target, boolean allowTargetToSourceChanges, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor) Constructs the proxy implementation.
Method Details
dispose
public void dispose()Disposes of the proxy implementation.onEvent
Source events.- Specified by:
onEvent
in interfaceEventListener
- Parameters:
e
- The event.