dsto.dfc.databeans
Interface DataObjectFilter.Selector

Enclosing class:
DataObjectFilter

public static interface DataObjectFilter.Selector


Method Summary
 boolean select(PropertyPath property, Object oldValue, Object newValue)
          Controls which properties are added to the target object.
 

Method Detail

select

boolean select(PropertyPath property,
               Object oldValue,
               Object newValue)
Controls which properties are added to the target object.

Parameters:
property - The path to the property that has just changed.
oldValue - The old value.
newValue - The new value.
Returns:
True if the property at the root of the path should appear in the filtered object.


Copyright © 2008 Commonwealth of Australia