com.taco.text
Class CompositeConverter.NotUpdaterListenerFilter

java.lang.Object
  extended by com.taco.text.CompositeConverter.NotUpdaterListenerFilter
All Implemented Interfaces:
IObjectFilter
Enclosing class:
CompositeConverter

protected static final class CompositeConverter.NotUpdaterListenerFilter
extends java.lang.Object
implements IObjectFilter

A filter that rejects instances of ICompositeUpdater that update a specific property of a composite object, so that when a map consistency listener puts a value in the map, an updater doesn't set the property again.


Field Summary
protected  java.lang.Object _composite
           
protected  java.lang.String _propertyName
           
 
Constructor Summary
CompositeConverter.NotUpdaterListenerFilter(java.lang.Object composite, java.lang.String propertyName)
           
 
Method Summary
 boolean accept(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_composite

protected final java.lang.Object _composite

_propertyName

protected final java.lang.String _propertyName
Constructor Detail

CompositeConverter.NotUpdaterListenerFilter

public CompositeConverter.NotUpdaterListenerFilter(java.lang.Object composite,
                                                   java.lang.String propertyName)
Method Detail

accept

public boolean accept(java.lang.Object obj)
Specified by:
accept in interface IObjectFilter