public interface IStateful
IWritableState
instance.Modifier and Type | Method and Description |
---|---|
void |
saveTo(IWritableState state)
Saves the state for this object into a state object.
|
void saveTo(IWritableState state)
state
- Object to save state to. Since there is no way to check for existing data in the
state object an unused one should normally be used.Copyright © 2020. All rights reserved.