org.apache.cocoon.portal.util
Interface DeltaApplicableReferencesAdjustable
- All Superinterfaces:
- DeltaApplicable
- All Known Implementing Classes:
- CopletDataManager
public interface DeltaApplicableReferencesAdjustable
- extends DeltaApplicable
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.
- Version:
- CVS $Id: DeltaApplicableReferencesAdjustable.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Björn Lütkemeier
Method Summary |
void |
adjustReferences(Object object)
Updates the references to contained DeltaApplicable objects
if no delta has been applied to them. |
adjustReferences
void adjustReferences(Object object)
- 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.
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.