Class ProxyPropCnrImpl

java.lang.Object
com.iizix.prop.ProxyPropCnrImpl
All Implemented Interfaces:
EventListener

public class ProxyPropCnrImpl extends 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 Details

  • Method Details

    • 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.