public interface Persistable
Modifier and Type | Method and Description |
---|---|
void |
restoreState(PersistentInfo persistentInfo)
Restores the state of the object using the information stores in the persistentInfo object.
|
PersistentInfo |
saveState()
Saves the state of the object in the PersistentInfo object
|
void |
setUpdateStatus(UpdateStatus status)
Report update operation succeeds
|
PersistentInfo saveState()
void restoreState(PersistentInfo persistentInfo)
persistentInfo
- void setUpdateStatus(UpdateStatus status)
Copyright © 2018. All rights reserved.