|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeltaApplicable
Interface for functionality of objects to be updated by a delta object.
Method Summary | |
---|---|
boolean |
applyDelta(Object object)
Applies the specified delta. |
boolean |
deltaApplied()
Checks if a delta has been applied. |
Method Detail |
---|
boolean applyDelta(Object object)
ClassCastException
- If the object is not of the expected type.boolean deltaApplied()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |