G
Guest
I'm after a design pattern related to an object being able to know that it
has changed in some way ( based on a deep copy snap shot of its original
state ), and to iterate through its members and identify specifically what
has changed.
The object should be able to hold collections of other such objects, and to
be able to iterate through those and report changes at whatever level is
required.
Does anyone know if there is such a pattern ?
Does anyone know if there is a patterns newsgroup where this sort of
questions would be better placed. ?
has changed in some way ( based on a deep copy snap shot of its original
state ), and to iterate through its members and identify specifically what
has changed.
The object should be able to hold collections of other such objects, and to
be able to iterate through those and report changes at whatever level is
required.
Does anyone know if there is such a pattern ?
Does anyone know if there is a patterns newsgroup where this sort of
questions would be better placed. ?