public interface CObjectStateStoreListener
Modifier and Type | Method and Description |
---|---|
void |
stateToBeRestored(CoolMapObject targetObject,
CoolMapState sourceState)
restore an object from the state; the source
|
void |
stateToBeSaved(CoolMapObject targetObject,
CoolMapState sourceState)
This is only called when a config file is needed
|
void stateToBeSaved(CoolMapObject targetObject, CoolMapState sourceState)
targetObject
- sourceState
- void stateToBeRestored(CoolMapObject targetObject, CoolMapState sourceState)
targetObject
- sourceState
-