com.taco.text
Class CompositeConverter.NotUpdaterListenerFilter
java.lang.Object
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.
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 |
_composite
protected final java.lang.Object _composite
_propertyName
protected final java.lang.String _propertyName
CompositeConverter.NotUpdaterListenerFilter
public CompositeConverter.NotUpdaterListenerFilter(java.lang.Object composite,
java.lang.String propertyName)
accept
public boolean accept(java.lang.Object obj)
- Specified by:
accept
in interface IObjectFilter