| org.apache.cocoon.portal.util.DeltaApplicable
All known Subclasses: org.apache.cocoon.portal.coplet.CopletData,
DeltaApplicable | public interface DeltaApplicable (Code) | | Interface for functionality of objects to be updated by a delta object.
author: Björn Lütkemeier version: CVS $Id: DeltaApplicable.java 433543 2006-08-22 06:22:54Z crossley $ |
applyDelta | boolean applyDelta(Object object)(Code) | | Applies the specified delta.
true if the delta could be successfully applied, false otherwise.false can be used if object references stored in maps must be replaced by the caller instead of a delta being applied. throws: ClassCastException - If the object is not of the expected type. |
deltaApplied | boolean deltaApplied()(Code) | | Checks if a delta has been applied.
|
|
|