|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStiStateSaveRestore
Describes an interface that realizes methods of saving and restoration of the object state.
Method Summary | |
---|---|
void |
clearAllStates()
Clear all states. |
void |
restoreState(java.lang.String stateName)
Restores the earlier saved object state. |
void |
saveState(java.lang.String stateName)
Saves the current state of an object. |
Method Detail |
---|
void saveState(java.lang.String stateName)
stateName
- A name of the state being saved.void restoreState(java.lang.String stateName)
stateName
- A name of the state being restored.void clearAllStates()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |