Package de.intarsys.tools.component
Interface ISaveStateSupport
public interface ISaveStateSupport
An object supporting state dumps. A "save state" is created and restored
transparently by the component.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
restoreState
(Object saveState) Restore a previously saved state.Create a restorable dump of the objects state.
-
Method Details
-
restoreState
Restore a previously saved state. -
saveState
Object saveState()Create a restorable dump of the objects state.
-