T
- The type of object to store and restore.@Internal
public interface StateHolder<T>
Modifier and Type | Method and Description |
---|---|
void |
restore(T state) |
T |
store() |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.