com.taco.text
Class CompositeConverter.CompositeUpdater

java.lang.Object
  extended by com.taco.text.CompositeConverter.AbstractCompositeUpdater
      extended by com.taco.text.CompositeConverter.CompositeUpdater
All Implemented Interfaces:
CompositeConverter.ICompositeUpdater, java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener
Enclosing class:
CompositeConverter

protected static class CompositeConverter.CompositeUpdater
extends CompositeConverter.AbstractCompositeUpdater
implements java.io.Serializable

A property change listener that updates a composite using the set property action used to configure it originally.

See Also:
Serialized Form

Field Summary
protected  CompositeConverter.ISetPropertyAction _action
          The action that sets the property of the composite.
 
Fields inherited from class com.taco.text.CompositeConverter.AbstractCompositeUpdater
_composite, _fromMapValueConverter, _inPropertyChange, _propertyName
 
Constructor Summary
CompositeConverter.CompositeUpdater(java.lang.Object composite, java.lang.String propertyName, IObjectMapper fromMapValueConverter, CompositeConverter.ISetPropertyAction action)
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent event)
           
 
Methods inherited from class com.taco.text.CompositeConverter.AbstractCompositeUpdater
_makePropertyValue, getComposite, getPropertyName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_action

protected final CompositeConverter.ISetPropertyAction _action
The action that sets the property of the composite.

Constructor Detail

CompositeConverter.CompositeUpdater

public CompositeConverter.CompositeUpdater(java.lang.Object composite,
                                           java.lang.String propertyName,
                                           IObjectMapper fromMapValueConverter,
                                           CompositeConverter.ISetPropertyAction action)
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent event)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener