de.intarsys.tools.component
public interface ISaveStateSupport
Modifier and Type | Method and Description |
---|---|
void |
restoreState(java.lang.Object saveState)
Restore a previously saved state.
|
java.lang.Object |
saveState()
Create a restorable dump of the objects state.
|