public interface PropertyTracker
getChangedProperties(boolean)) contain serializable values.| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ChangedProperty<? extends java.io.Serializable>> |
getChangedProperties(boolean reset)
Gets all (types of) properties that have been changed since creation of the
corresponding/implementing object or last resetting of the change tracking
and resets the tracking afterwards if appropriate.
|
java.util.Set<ChangedProperty<? extends java.io.Serializable>> getChangedProperties(boolean reset)
reset - Whether to clear the changes.