private static interface ClientConfig.State.StateChangeStrategy
Modifier and Type | Method and Description |
---|---|
ClientConfig.State |
onChange(ClientConfig.State state)
Invoked whenever a mutator method is called in the given configuration
state.
|
ClientConfig.State onChange(ClientConfig.State state)
state
- configuration state to be mutated.