Interface Summary |
State |
This interface should be implemented by the object which will be exchanged
with a component in the state saving/restoring process. |
StateKeeper |
This interface is implemented by the object which will take care for the
application state saving and restoring. |
StateOriginator |
This interface has to be implemented by the components which will exchange
its state with the StateKeeper |
StateStorage |
This interface should be implemented by the objects which will be used for
storing and restoring an array of the State objects. |