public interface StateSaveable
Modifier and Type | Method and Description |
---|---|
void |
restoreState()
Restore the Object's state.
|
void |
saveState()
Save the Object's state.
|
void saveState() throws StateException
StateException
void restoreState() throws StateException
StateException