Package de.intarsys.tools.component
Interface ISaveStateSupport
-
public interface ISaveStateSupportAn 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 voidrestoreState(java.lang.Object saveState)Restore a previously saved state.java.lang.ObjectsaveState()Create a restorable dump of the objects state.
-