public interface StateEditable
StateEdit
Modifier and Type | Method and Description |
---|---|
void |
restoreState(Hashtable<?,?> state)
收到该消息后,接收方应将任何相关状态提取出
状态 。
|
void |
storeState(Hashtable<Object,Object> state)
收到该消息后,接收方应将任何相关状态置于
状态 。
|