Class 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
    • Method Detail

      • dispose

        public void dispose()
        Disposes of the proxy implementation.
      • onEvent

        public void onEvent​(GEvent e)
        Source events.
        Specified by:
        onEvent in interface EventListener
        Parameters:
        e - The event.