Package com.iizix.prop
Class ProxyPropCnrImpl
- java.lang.Object
- com.iizix.prop.ProxyPropCnrImpl
- All Implemented Interfaces:
EventListener
public class ProxyPropCnrImpl extends java.lang.Object implements 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
Constructors Constructor Description ProxyPropCnrImpl(PropCnr source, PropCnr target, boolean allowTargetToSourceChanges, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor)
Constructs the proxy implementation.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Disposes of the proxy implementation.void
onEvent(GEvent e)
Source events.
Constructor Detail
ProxyPropCnrImpl
public ProxyPropCnrImpl(PropCnr source, PropCnr target, boolean allowTargetToSourceChanges, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor)
Constructs the proxy implementation.
Method Detail
dispose
public void dispose()
Disposes of the proxy implementation.
onEvent
public void onEvent(GEvent e)
Source events.- Specified by:
onEvent
in interfaceEventListener
- Parameters:
e
- The event.