public interface Relocatable
| Modifier and Type | Method and Description |
|---|---|
<S> S |
stateSnapshot()
Answer my
S typed state snapshot, which is null by default. |
<S> void |
stateSnapshot(S stateSnapshot)
Sets my
S typed state snapshot, which by default does nothing. |
<S> void stateSnapshot(S stateSnapshot)
S typed state snapshot, which by default does nothing.
Override to set a snapshot state.S - the type of the state snapshotstateSnapshot - the S typed state snapshot to set<S> S stateSnapshot()
S typed state snapshot, which is null by default.
Override to provide a snapshot state.S - the type of my snapshot stateCopyright © 2021. All rights reserved.