Interface for functionality of objects to be updated by a delta object
and where references to contained DeltaApplicable objects can be adjusted
if no delta has been applied to them.
author: Björn Lütkemeier version: CVS $Id: DeltaApplicableReferencesAdjustable.java 433543 2006-08-22 06:22:54Z crossley $
Method Summary
void
adjustReferences(Object object) Updates the references to contained DeltaApplicable objects
if no delta has been applied to them.
Updates the references to contained DeltaApplicable objects
if no delta has been applied to them.
throws: ClassCastException - If the object is not of the expected type.