|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPersistable
Objects implementing this interface are capable of saving their state in an IMemento.
Note that parts that implement this interface will typically take an ISavedState in their constructor which supplies their initial state.
Method Summary | |
---|---|
void |
saveState(IMemento memento)
Saves the state of the object in the given memento. |
Method Detail |
---|
void saveState(IMemento memento)
memento
- the storage area for object's state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |