Uses of Interface
com.iizix.prop.IProxyRemovedListener
Packages that use IProxyRemovedListener Package Description com.iizix.prop Uses of IProxyRemovedListener in com.iizix.prop
Constructors in com.iizix.prop with parameters of type IProxyRemovedListener Constructor Description ProxyImpl(PropCnr source, PropCnr target, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor)
Constructs the proxy implementation.ProxyPropCnr(Atom alternateName, PropCnr source, boolean allowTargetToSourceChanges, boolean enableCommunication, IProxyRemovedListener sourceRemoved)
Creates the proxy property container.ProxyPropCnr(PropCnr source, boolean allowTargetToSourceChanges, boolean enableCommunication, IProxyRemovedListener sourceRemoved)
Creates the proxy property container.ProxyPropCnrImpl(PropCnr source, PropCnr target, boolean allowTargetToSourceChanges, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor)
Constructs the proxy implementation.