public class SettingsGroupState extends Object implements Serializable
SettingsGroup read state.SettingsManager,
SettingsGroup,
Serialized Form| Constructor and Description |
|---|
SettingsGroupState()
Constructs new
SettingsGroupState. |
SettingsGroupState(ReadState readState)
Constructs new
SettingsGroupState. |
SettingsGroupState(ReadState readState,
Throwable error)
Constructs new
SettingsGroupState. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getError()
Returns occurred exception.
|
ReadState |
getReadState()
Returns
ReadState for SettingsGroup. |
void |
setError(Throwable error)
Sets occurred exception.
|
void |
setReadState(ReadState readState)
Sets
ReadState for SettingsGroup. |
public SettingsGroupState()
SettingsGroupState.public SettingsGroupState(ReadState readState)
SettingsGroupState.readState - ReadStatepublic SettingsGroupState(ReadState readState, Throwable error)
SettingsGroupState.readState - ReadStateerror - occurred exceptionpublic ReadState getReadState()
ReadState for SettingsGroup.ReadState for SettingsGrouppublic void setReadState(ReadState readState)
ReadState for SettingsGroup.readState - new ReadState for SettingsGrouppublic Throwable getError()
public void setError(Throwable error)
error - occurred exceptionCopyright © 2020. All rights reserved.