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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
restoreState(java.lang.Object saveState)
Restore a previously saved state.java.lang.Object
saveState()
Create a restorable dump of the objects state.
-